[gstreamer-bugs] [Bug 324216] New: Missing patches from 0.8

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Dec 15 12:32:28 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=324216
 GStreamer | gst-plugins-base | Ver: 0.10.0

           Summary: Missing patches from 0.8
           Product: GStreamer
           Version: 0.10.0
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: lool+gnome at via.ecp.fr
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Hi,

It seems some fixes were not forward ported to 0.10, at least the following
cdparanoia fix seems to be missing:

--- gst-plugins/ext/cdparanoia/gstcdparanoia.c>-2005/09/06 13:12:28>----1.49.2.15
+++ gst-plugins/ext/cdparanoia/gstcdparanoia.c>-2005/09/30 21:32:00>----1.49.2.16
@@ -546,7 +546,7 @@
   }
 
   /* stop things apropriatly */
-  if (src->cur_sector > src->segment_end_sector) {
+  if (src->cur_sector >= src->segment_end_sector) {
     GST_DEBUG ("setting EOS");
 
     buf = GST_BUFFER (gst_event_new (GST_EVENT_EOS));

I've been told to file this bug as a reminder that some fixes might be missing.

Cheers,

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