[API] SetWindow does not return result value

Bug #174067 reported by Churchy Zheng
2
Affects Status Importance Assigned to Milestone
Moblin Multimedia
Fix Released
Low
donald

Bug Description

API: SetWindow does not return result value.

according to Media_Dbus_Service_Function_Spec, it should have a return value after being invoked.
 (Spec desc: Bool SetWindow(XID xid)
  Set the media player GDK window's XID to the engine. The video will show on the window.
  Return true if media service's video output attaches to the media player's GDK window, otherwise return false..)

Changed in moblin-multimedia:
assignee: nobody → donald-wei
importance: Undecided → Low
cathyshen (cathy-shen)
Changed in moblin-multimedia:
status: New → Triaged
Changed in moblin-multimedia:
milestone: none → m9
Revision history for this message
donald (donald-wei) wrote :

fixed in Gstreamer project 1.0.13

Changed in moblin-multimedia:
status: Triaged → Fix Committed
Revision history for this message
Churchy Zheng (changqiu-zheng) wrote :

always return True.
i think it can be seen as fixed as just one line code :
    def SetWindow(self, xid):
        self.xid = xid
        return True

Changed in moblin-multimedia:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.