mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
audiofilter: Don't assert on slightly different caps
Plugins should not assert on incompatible caps, caps negotiation will fail anyway.
This commit is contained in:
parent
7205bbc031
commit
429d3555a2
1 changed files with 0 additions and 2 deletions
|
@ -165,8 +165,6 @@ gst_audio_filter_set_caps (GstBaseTransform * btrans, GstCaps * incaps,
|
|||
GstAudioFilter *filter;
|
||||
gboolean ret = TRUE;
|
||||
|
||||
g_assert (gst_caps_is_equal (incaps, outcaps));
|
||||
|
||||
filter = GST_AUDIO_FILTER (btrans);
|
||||
|
||||
GST_LOG_OBJECT (filter, "caps: %" GST_PTR_FORMAT, incaps);
|
||||
|
|
Loading…
Reference in a new issue