mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
aacparse, amrparse: remove bogus gst_pad_fixate_caps() calls
This commit is contained in:
parent
e74776b3cb
commit
c252137b82
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ gst_aacparse_set_src_caps (GstAacParse * aacparse)
|
|||
|
||||
gst_pad_use_fixed_caps (GST_BASE_PARSE (aacparse)->srcpad);
|
||||
res = gst_pad_set_caps (GST_BASE_PARSE (aacparse)->srcpad, src_caps);
|
||||
gst_pad_fixate_caps (GST_BASE_PARSE (aacparse)->srcpad, src_caps);
|
||||
gst_caps_unref (src_caps);
|
||||
return res;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue