[Bug 748288] mpegtsmux: Need get pid when create streams.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Apr 22 05:34:16 PDT 2015


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

--- Comment #2 from kevin <kevinbing.song at gmail.com> ---
muxer will be set to READY state when stop video recording, so the
pad_data->pid will be set to 0. re-start video recording will create stream,
but don't call pad add function which give valid value to pad_data->pid, so the
pad_data->pid is 0 when create stream, which will cause video recording hang.
Attached patch to fix the issue.

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