[Bug 767176] New: [x264enc] hangs when seeking

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jun 2 17:23:04 UTC 2016


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

            Bug ID: 767176
           Summary: [x264enc] hangs when seeking
    Classification: Platform
           Product: GStreamer
           Version: 1.8.1
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-ugly
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: nnoell3 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Hi!

'x264enc' plugin seems to hang forever when seeking. This can be easily
reproduced using gst-launch-1.0 a 'navseek' element to do the seeking.

The following pipeline works, even when using the arrow keys to seek backward
and forward:

gst-launch-1.0 filesrc location=video.mp4 ! decodebin ! navseek ! autovideosink

However, if we add a 'x264enc' element, it does not work after pressing an
arrow key to seek, the pipeline hangs forever:

gst-launch-1.0 filesrc location=video.mp4 ! decodebin ! navseek ! x264enc !
decodebin ! autovideosink

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