[Bug 752999] New: Splitmuxsink does not work with mpegtsmux

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 29 00:32:38 PDT 2015


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

            Bug ID: 752999
           Summary: Splitmuxsink does not work with mpegtsmux
    Classification: Platform
           Product: GStreamer
           Version: 1.5.2
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: jagadishkamathk at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Hi,

splitmuxsink works perfectly with mp4mux as follows 

gst-launch-1.0 filesrc location=big_buck_bunny_1080p.mp4 ! qtdemux !
video/x-h264 ! h264parse ! splitmuxsink max-size-time=12000000000
location=video%05d.mp4 muxer=mp4mux 

But does not work with mpegtsmux for H264 and Mpeg2 codec
Mpeg2:
gst-launch-1.0 videotestsrc ! avenc_mpeg2video ! splitmuxsink
max-size-time=12000000000 location=video%05d.ts muxer=mpegtsmux -v 

(gst-launch-1.0:8166): GStreamer-CRITICAL **: gst_element_request_pad:
assertion `templ != NULL' failed 
WARNING: erroneous pipeline: could not link avenc_mpeg2video0 to splitmuxsink0 

H264:
gst-launch-1.0 filesrc location=big_buck_bunny_1080p.mp4 ! qtdemux !
video/x-h264 ! h264parse ! splitmuxsink max-size-time=12000000000
location=video%05d.ts muxer=mpegtsmux

(gst-launch-1.0:23781): GStreamer-CRITICAL **: gst_element_request_pad:
assertion `templ != NULL' failed
WARNING: erroneous pipeline: could not link h264parse0 to splitmuxsink0

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