From 86288171cbc8d66e7439d25532877a41cec36f75 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 22 Oct 2003 10:17:15 +0000 Subject: [PATCH] Fix stupid typo Original commit message from CVS: Fix stupid typo --- ext/ffmpeg/gstffmpegcodecmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ffmpeg/gstffmpegcodecmap.c b/ext/ffmpeg/gstffmpegcodecmap.c index 297105a..a71fe87 100644 --- a/ext/ffmpeg/gstffmpegcodecmap.c +++ b/ext/ffmpeg/gstffmpegcodecmap.c @@ -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", -- 2.7.4