mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
fix the error that break the built
Original commit message from CVS: fix the error that break the built
This commit is contained in:
parent
846ecd63d7
commit
7e6ea67d56
1 changed files with 2 additions and 1 deletions
|
@ -1305,7 +1305,7 @@ static void
|
|||
get_group (GstElement *element, GstOptSchedulerGroup **group)
|
||||
{
|
||||
GstOptSchedulerCtx *ctx;
|
||||
GList *pads;
|
||||
/*GList *pads;*/
|
||||
|
||||
ctx = GST_ELEMENT_SCHED_CONTEXT (element);
|
||||
if (ctx)
|
||||
|
@ -1499,6 +1499,7 @@ gst_opt_scheduler_add_element (GstScheduler *sched, GstElement *element)
|
|||
{
|
||||
GstOptScheduler *osched = GST_OPT_SCHEDULER_CAST (sched);
|
||||
GstOptSchedulerCtx *ctx;
|
||||
const GList *pads;
|
||||
|
||||
GST_INFO ( "adding element \"%s\" to scheduler", GST_ELEMENT_NAME (element));
|
||||
|
||||
|
|
Loading…
Reference in a new issue