mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
replace _get_caps_reffed with _get_caps
This commit is contained in:
parent
a32398fee5
commit
3a7b7efe99
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ gst_osx_audio_sink_acceptcaps (GstPad * pad, GstCaps * caps)
|
|||
GST_DEBUG_OBJECT (sink, "acceptcaps called with %s", caps_string);
|
||||
g_free (caps_string);
|
||||
|
||||
pad_caps = gst_pad_get_caps_reffed (pad);
|
||||
pad_caps = gst_pad_get_caps (pad);
|
||||
if (pad_caps) {
|
||||
gboolean cret = gst_caps_can_intersect (pad_caps, caps);
|
||||
gst_caps_unref (pad_caps);
|
||||
|
|
Loading…
Reference in a new issue