ext/faad/gstfaad.c: Argh...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Mon, 17 Jan 2005 23:34:45 +0000 (23:34 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Mon, 17 Jan 2005 23:34:45 +0000 (23:34 +0000)
Original commit message from CVS:
* ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
Argh...

ChangeLog
ext/faad/gstfaad.c

index 1f1c765..4828c94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
+
+       * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
+         Argh...
+
 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
 
        * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
index 444437a..491c187 100644 (file)
@@ -323,7 +323,7 @@ gst_faad_srcgetcaps (GstPad * pad)
     guchar *supported_fpos = g_new0 (guchar, num_supported_positions);
     gint n;
 
-    for (n = 0; n <= num_supported_positions; n++) {
+    for (n = 0; n < num_supported_positions; n++) {
       supported_fpos[n] = n + FRONT_CHANNEL_CENTER;
     }
     supported_positions = gst_faad_chanpos_to_gst (supported_fpos,