[Bug 686093] playbin: player properties not available - get 'uri' returns NULL once playback has started, not current uri

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 15 00:32:19 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=686093
  GStreamer | gst-plugins-base | 1.x

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |NOTABUG

--- Comment #4 from Wim Taymans <wim.taymans at gmail.com> 2012-10-15 07:32:16 UTC ---
There are 2 states, the next uri (uri property) and the currently playing uri
(current-uri). in 0.10 it's all mapped to the uri property which causes
problems
because then, during playback, setting and getting a uri returns different
results. In 1.0 it was made into 2 properties to get the full functionality.

You probably want to use the current-uri property. 

Ideas for improvements are welcome, though.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list