ext/ogg/gstoggdemux.c: Revert the event part, that should not go in.

Original commit message from CVS:
* ext/ogg/gstoggdemux.c:
Revert the event part, that should not go in.
This commit is contained in:
Stefan Kost 2008-04-23 13:50:34 +00:00
parent 6706362116
commit e133a5f587
2 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2008-04-23 Stefan Kost <ensonic@users.sf.net>
* ext/ogg/gstoggdemux.c:
Revert the event part, that should not go in.
2008-04-23 Stefan Kost <ensonic@users.sf.net>
* ext/ogg/gstoggdemux.c:

View file

@ -408,11 +408,6 @@ gst_ogg_pad_event (GstPad * pad, GstEvent * event)
res = gst_ogg_demux_perform_seek (ogg, event);
gst_event_unref (event);
break;
case GST_EVENT_QOS:
case GST_EVENT_NAVIGATION:
res = FALSE;
gst_event_unref (event);
break;
default:
res = gst_pad_event_default (pad, event);
break;