mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
Fix stupid typo
Original commit message from CVS: Fix stupid typo
This commit is contained in:
parent
601a18b167
commit
86288171cb
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue