It is never set to anything
{
GstOggDemux *ogg;
GstFlowReturn ret;
- GstEvent *event;
ogg = GST_OGG_DEMUX (GST_OBJECT_PARENT (pad));
GST_OBJECT_LOCK (ogg);
ogg->running = TRUE;
- event = ogg->event;
- ogg->event = NULL;
GST_OBJECT_UNLOCK (ogg);
/* and seek to configured positions without FLUSH */
- res = gst_ogg_demux_perform_seek_pull (ogg, event);
- if (event)
- gst_event_unref (event);
+ res = gst_ogg_demux_perform_seek_pull (ogg, NULL);
if (!res)
goto seek_failed;
GstSegment segment;
guint32 seqnum;
- GstEvent *event;
GstEvent *newsegment; /* pending newsegment to be sent from _loop */
/* annodex stuff */