mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 08:38:21 +00:00
Shut up gcc 3.2
Original commit message from CVS: Shut up gcc 3.2
This commit is contained in:
parent
c24e220bfb
commit
c2b46e7a8a
1 changed files with 1 additions and 1 deletions
|
@ -2097,7 +2097,7 @@ gst_opt_scheduler_pad_unlink (GstScheduler *sched, GstPad *srcpad, GstPad *sinkp
|
||||||
else {
|
else {
|
||||||
gboolean still_link1, still_link2;
|
gboolean still_link1, still_link2;
|
||||||
GstOptSchedulerGroup *group;
|
GstOptSchedulerGroup *group;
|
||||||
GstElement *element;
|
GstElement *element = NULL; /* shut up gcc */
|
||||||
|
|
||||||
/* since group1 == group2, it doesn't matter which group we take */
|
/* since group1 == group2, it doesn't matter which group we take */
|
||||||
group = group1;
|
group = group1;
|
||||||
|
|
Loading…
Reference in a new issue