Fix stupid typo TYPEFIND-ROOT
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Wed, 22 Oct 2003 10:17:15 +0000 (10:17 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Wed, 22 Oct 2003 10:17:15 +0000 (10:17 +0000)
Original commit message from CVS:
Fix stupid typo

ext/ffmpeg/gstffmpegcodecmap.c

index 297105a..a71fe87 100644 (file)
@@ -709,7 +709,7 @@ gst_ffmpeg_caps_to_smpfmt (GstCaps        *caps,
 
   if (gst_caps_has_property_typed (caps, "channels",
                                   GST_PROPS_INT_TYPE)) {
-    gst_caps_get_int (caps, "rate", &context->channels);
+    gst_caps_get_int (caps, "channels", &context->channels);
   }
 
   if (gst_caps_has_property_typed (caps, "rate",