mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
mi-info: add todo for stream switching
This commit is contained in:
parent
d5aa363e7a
commit
ae92653c43
1 changed files with 4 additions and 0 deletions
|
@ -832,6 +832,10 @@ public class MediaInfo.Info : Box
|
|||
|
||||
/* FIXME: discoverer not neccesarily return the stream in the same order as
|
||||
* playbin2 sees them: https://bugzilla.gnome.org/show_bug.cgi?id=634407
|
||||
* - we can use:
|
||||
* - pad.get_stream_id() on playbin
|
||||
* - sinfo.get_stream_id() on discoverer
|
||||
*
|
||||
*/
|
||||
private void on_video_stream_switched (Notebook nb, Widget page, uint page_num)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue