[gstreamer-bugs] [Bug 322856] New: [mpeg2dec] Use of wrong variables

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Nov 30 08:30:31 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=322856
 GStreamer | gst-plugins-ugly | Ver: HEAD CVS

           Summary: [mpeg2dec] Use of wrong variables
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-ugly
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: josef.zlomek at xeris.cz
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Fucntion normal_seek uses wrong variables passed to gst_mpeg2dec_sink_convert.
First normal_seek wants to convert format to GST_FORMAT_TIME and sends this event.
If sending fails, it wants to convert format to GST_FORMAT_BYTES, but because of
the buf it converts it back to the original format.

The attached patch fixed the second target format.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list