[Bug 768095] New: multifilesrc loop only works for ts files

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 27 13:33:14 UTC 2016


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

            Bug ID: 768095
           Summary: multifilesrc loop only works for ts files
    Classification: Platform
           Product: GStreamer
           Version: 1.8.2
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: coenraad at wish.org.za
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

gst-launch-1.0 multifilesrc loop=1 location=Videos/loop_720p.mkv \! decodebin
\! videoconvert \! xvimagesink 

The stream hangs indefinitely on the last frame and never loops. I have tested
this with numerous formats and codecs with the same result every time. 

The only instance where it works properly, is when the file is a .ts file. 

gst-launch-1.0 filesrc location=Videos/loop_720p.mkv
location=Videos/loop_720p.mkv  \! decodebin \! videoconvert \! xvimagesink

exits properly after one iteration and logs the EOS in the console. 

I would like to help fix this, but am new to GStreamer, so no idea really where
to start.

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