mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +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 *sinkcaps;
|
||||
gboolean ret;
|
||||
|
||||
srccaps = gst_pad_get_caps_unlocked (src);
|
||||
sinkcaps = gst_pad_get_caps_unlocked (sink);
|
||||
|
|
Loading…
Reference in a new issue