mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 15:36:42 +00:00
[MOVED FROM GST-P-FARSIGHT] renaming unused arg
20080425210456-4f0f6-ab1cdc944c9bcd779504292b21dc1787d6cb62a1.gz
This commit is contained in:
parent
5cceb99ad2
commit
c9450ad8e2
1 changed files with 1 additions and 1 deletions
|
@ -1274,7 +1274,7 @@ gst_live_adder_release_pad (GstElement * element, GstPad * pad)
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
reset_pad_private (gpointer data, gpointer user_data)
|
reset_pad_private (gpointer data, gpointer unused)
|
||||||
{
|
{
|
||||||
GstPad *pad = data;
|
GstPad *pad = data;
|
||||||
GstLiveAdderPadPrivate *padprivate;
|
GstLiveAdderPadPrivate *padprivate;
|
||||||
|
|
Loading…
Reference in a new issue