[Bug 726020] New: avdec_h265: freezes when max-threads != 1

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 10 01:53:35 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=726020
  GStreamer | gst-libav | git

           Summary: avdec_h265: freezes when max-threads != 1
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Mac OS
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-libav
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: thijsvermeir at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


The decoder freezes for the h265 codec freezes when the max-threads property is
not 1. This can be reproduced with the following pipelines.

non-working pipeline:
gst-launch-1.0 filesrc location=videotestsrc.265 ! h265parse ! avdec_h265 !
fakesink

working pipeline:
gst-launch-1.0 filesrc location=videotestsrc.265 ! h265parse ! avdec_h265
max-threads=1 ! fakesink

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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