GNOME Bugzilla – Bug 561734
playbin2 additions
Last modified: 2008-11-24 20:25:53 UTC
I'll attach a playbin2 patch that: - adds properties to control the buffer size/duration used for the queue2 element when in streaming mode - fires appropriate signals when a particular stream is selected
Created attachment 123137 [details] [review] Add API to playbin2 What do people think of this? Shall I land it?
seems good to me.
Two minor things: - gst_play_bin_get_{audio|video|text}_pad: do we really need the declarations three times? :) - get_current_stream_number(): I think if ((selector = gst_pad_get_parent (pad))) { .. } leaks a selector ref.
Committed with suggested changes.