[Bug 744090] mpegtsmux doesn't permit to add stream during play

bugzilla at gnome.org bugzilla at gnome.org
Wed Feb 11 14:11:04 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=744090

Thiago Sousa Santos <thiagossantos at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #296609|none                        |reviewed
             status|                            |

--- Comment #3 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Review of attachment 296609:
 --> (https://bugzilla.gnome.org/review?bug=744090&attachment=296609)

::: gst/mpegtsmux/mpegtsmux.c
@@ +1131,3 @@
+
+    best->prog_id = DEFAULT_PROG_ID;
+    best->prog = mux->programs[best->prog_id];

Why not check the stream to program map that is used for streams created since
the beginning? You can likely refactor the code used in create_streams() for
that, if the program isn't present you assume the default.

-- 
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