[Bug 753090] New: videobalance: add condition about segment format check

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 31 00:57:47 PDT 2015


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

            Bug ID: 753090
           Summary: videobalance: add condition about segment format check
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: ohmygod0327 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 308514
  --> https://bugzilla.gnome.org/attachment.cgi?id=308514&action=edit
add condition about segment format check

videobalance: add condition about segment format check

This element transformed buffer timestamp for synchronizing.
But it tried to transform timestamp before the new segment comes up.
It has to transform after segment values are set.
Otherwise, gstreamer occur critical issue by segment translation logic.

Issue is reproduced mjpeg codec by running gst-validate-1.0 

GST_VALIDATE_SCENARIO=reverse_playback GST_GL_XINITTHREADS=1 playbin
uri=file:///home/gst-validate/gst-integration-testsuites/medias/defaults/avi/bowlerhatdancer.sleepytom.SGP.mjpeg.avi
audio-sink='fakesink sync=true' video-sink='fakesink sync=true'
--set-media-info
/home/gst-validate/gst-integration-testsuites/medias/defaults/avi/bowlerhatdancer.sleepytom.SGP.mjpeg.avi.media_info

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