Revert "audioaggregator: check sink caps are valid"
This reverts commit 6d4d0d1cdf7c7531fbf72ce39e1eab1260d20550. Never put code with side effects into an assertion, it can be compiled out
This commit is contained in:
parent
6d4d0d1cdf
commit
cfdcb14730
@ -617,7 +617,7 @@ gst_audio_aggregator_set_sink_caps (GstAudioAggregator * aagg,
|
||||
GstAudioAggregatorPad * pad, GstCaps * caps)
|
||||
{
|
||||
GST_OBJECT_LOCK (pad);
|
||||
g_assert (gst_audio_info_from_caps (&pad->info, caps));
|
||||
gst_audio_info_from_caps (&pad->info, caps);
|
||||
GST_OBJECT_UNLOCK (pad);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user