mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +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 {
|
||||
gboolean still_link1, still_link2;
|
||||
GstOptSchedulerGroup *group;
|
||||
GstElement *element;
|
||||
GstElement *element = NULL; /* shut up gcc */
|
||||
|
||||
/* since group1 == group2, it doesn't matter which group we take */
|
||||
group = group1;
|
||||
|
|
Loading…
Reference in a new issue