Summary: | Python: Phonon: VideoWidget and AudioOutput are missing base classes (breaks createPath) | ||
---|---|---|---|
Product: | [Unmaintained] bindings | Reporter: | Carlos Corbacho <carlos> |
Component: | general | Assignee: | kde-bindings |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | simon |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Slackware | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Fix PyKDE4 Phonon Python bindings |
Description
Carlos Corbacho
2009-03-28 12:10:48 UTC
Created attachment 32444 [details]
Fix PyKDE4 Phonon Python bindings
This patch adds a binding for Phonon::AbstractAudioOutput, and adds the missing base classes to the AudioOutput and VideoWidget bindings.
Simon, I'm adding you to CC: here as I believe the Python bindings are your territory? However, this might be a bug in twine - the sime_pykde4{2,3}.prj files appear to do strange things with these files & classes, so the real issue might be there (I don't understand the project files or Twine enough to know what it's trying to do here). SVN commit 1228245 by lbeltrame: Unbreak Python Phonon bindings. Now it is possible to use a VideoWidget again with a MediaSource object, which would throw a TypeError earlier (this was due to a missing inheritance of a class). My testing confirms that it now works. Original patch by Carlos Corbacho (with minimal changes on my part). Thanks! BUG: 188315 M +1 -1 audiooutput.sip M +4 -1 videowidget.sip WebSVN link: http://websvn.kde.org/?view=rev&revision=1228245 Git commit a5db3ab2ccf05bd70649e831386fe2320319a336 by Luca Beltrame. Committed on 16/04/2011 at 10:30. Pushed by lbeltrame into branch 'master'. Forward port SVN r1228245 to PyKDE4 git master: Unbreak Python Phonon bindings. Now it is possible to use a VideoWidget again with a MediaSource object, which would throw a TypeError earlier (this was dueto a missing inheritance of a class). My testing confirms that it now works. Original patch by Carlos Corbacho (with minimal changes on my part). Thanks! CCBUG: 188315 M +1 -1 sip/phonon/audiooutput.sip M +4 -1 sip/phonon/videowidget.sip http://commits.kde.org/pykde4/a5db3ab2ccf05bd70649e831386fe2320319a336 |