mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
warning: passing arg 1 of 'gst_caps_unref' from incompatible pointer type
Original commit message from CVS: warning: passing arg 1 of 'gst_caps_unref' from incompatible pointer type
This commit is contained in:
parent
05d1d0cfd2
commit
fbe0d0ba6b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ gst_autoplag_caps_intersect (GstCaps *src, GstCaps *sink)
|
|||
return FALSE;
|
||||
|
||||
/* hurrah, we can connect, now remove the intersection */
|
||||
gst_caps_unref (GST_OBJECT (caps));
|
||||
gst_caps_unref (caps);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue