Fix stupid typo

Original commit message from CVS:
Fix stupid typo
This commit is contained in:
Ronald S. Bultje 2003-10-22 10:17:15 +00:00
parent 601a18b167
commit 86288171cb

View 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",