[Bug 734774] New: Should not send EOS when draining

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 14 05:21:06 PDT 2014


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

           Summary: Should not send EOS when draining
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-omx
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: slomo at coaxion.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
                CC: thaytan at noraisin.net, slomo at coaxion.net
     GNOME version: ---


+++ This bug was initially created as a clone of Bug #734617 +++

This is for the audio/video decoder/encoder. Currently we forward an EOS event
from our srcpad task whenever GstVideo*::finish() is called or
GstAudio*::handle_frame(NULL). This is however used for draining.

We should only drain, and then let the EOS event be handled from the streaming
thread of the sinkpad (which is no problem as the srcpad streaming thread is
not doing anything anymore after draining).

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