[Bug 753090] basetransform: check the segment condition

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 2 01:16:20 PDT 2015


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

Myoungsun Lee <ohmygod0327 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #309049|0                           |1
        is obsolete|                            |

--- Comment #10 from Myoungsun Lee <ohmygod0327 at gmail.com> ---
Created attachment 310468
  --> https://bugzilla.gnome.org/attachment.cgi?id=310468&action=edit
videodecoder: check the segment status

I found the root cause.
The decoder sends invalid buffer to downstream element, even though it doesn't
send the segment event.

Please refer to patch comment.

===========
Usually, if the element finished flushing, then it sent segment event.
And then it pushed buffer.

If videodecoder has no segment value, it means videodecoder is in flushing
status except first playing time.
Videodecoder pushed the buffer even though it doesn't have  segment value.
Therefore, videodecoder have to check the segment status.

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