mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
parent
fb758d019c
commit
6d4d0d1cdf
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ gst_audio_aggregator_set_sink_caps (GstAudioAggregator * aagg,
|
|||
GstAudioAggregatorPad * pad, GstCaps * caps)
|
||||
{
|
||||
GST_OBJECT_LOCK (pad);
|
||||
gst_audio_info_from_caps (&pad->info, caps);
|
||||
g_assert (gst_audio_info_from_caps (&pad->info, caps));
|
||||
GST_OBJECT_UNLOCK (pad);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue