mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
duh, remove unused var
Original commit message from CVS: duh, remove unused var
This commit is contained in:
parent
84caeeb557
commit
351230b554
1 changed files with 0 additions and 1 deletions
|
@ -1364,7 +1364,6 @@ gst_pad_link_check_compatible_unlocked (GstPad * src, GstPad * sink)
|
||||||
{
|
{
|
||||||
GstCaps *srccaps;
|
GstCaps *srccaps;
|
||||||
GstCaps *sinkcaps;
|
GstCaps *sinkcaps;
|
||||||
gboolean ret;
|
|
||||||
|
|
||||||
srccaps = gst_pad_get_caps_unlocked (src);
|
srccaps = gst_pad_get_caps_unlocked (src);
|
||||||
sinkcaps = gst_pad_get_caps_unlocked (sink);
|
sinkcaps = gst_pad_get_caps_unlocked (sink);
|
||||||
|
|
Loading…
Reference in a new issue