mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
shut up gcc3
Original commit message from CVS: shut up gcc3
This commit is contained in:
parent
f2cf753b17
commit
7fda2039b3
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ gboolean
|
||||||
gst_pad_set_active (GstPad * pad, gboolean active)
|
gst_pad_set_active (GstPad * pad, gboolean active)
|
||||||
{
|
{
|
||||||
GstActivateMode old;
|
GstActivateMode old;
|
||||||
gboolean ret;
|
gboolean ret = FALSE;
|
||||||
|
|
||||||
g_return_val_if_fail (GST_IS_PAD (pad), FALSE);
|
g_return_val_if_fail (GST_IS_PAD (pad), FALSE);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue