oggdemux: Remove dead code
authorSreerenj Balachandran <sreerenj.balachandran@nokia.com>
Mon, 17 Jan 2011 13:11:15 +0000 (15:11 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 24 Jan 2011 18:40:00 +0000 (19:40 +0100)
ext/ogg/gstoggdemux.c

index f25dbe3..c011665 100644 (file)
@@ -1765,7 +1765,6 @@ gst_ogg_demux_activate_chain (GstOggDemux * ogg, GstOggChain * chain,
   /* first add the pads */
   for (i = 0; i < chain->streams->len; i++) {
     GstOggPad *pad;
-    GstStructure *structure;
 
     pad = g_array_index (chain->streams, GstOggPad *, i);
 
@@ -1783,8 +1782,6 @@ gst_ogg_demux_activate_chain (GstOggDemux * ogg, GstOggChain * chain,
 
     GST_DEBUG_OBJECT (ogg, "adding pad %" GST_PTR_FORMAT, pad);
 
-    structure = gst_caps_get_structure (GST_PAD_CAPS (pad), 0);
-
     /* activate first */
     gst_pad_set_active (GST_PAD_CAST (pad), TRUE);