Remove NEW_MEDIA from plugins
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sat, 7 Jun 2003 00:17:53 +0000 (00:17 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sat, 7 Jun 2003 00:17:53 +0000 (00:17 +0000)
Original commit message from CVS:
Remove NEW_MEDIA from plugins

sys/dxr3/dxr3audiosink.c
sys/dxr3/dxr3spusink.c
sys/dxr3/dxr3videosink.c

index 4101209..75adb19 100644 (file)
@@ -104,7 +104,6 @@ GST_PAD_TEMPLATE_FACTORY (dxr3audiosink_ac3_sink_factory,
 GST_PAD_EVENT_MASK_FUNCTION(dxr3audiosink_get_event_mask,
   { GST_EVENT_FLUSH, 0 },
   { GST_EVENT_DISCONTINUOUS, 0 },
-  { GST_EVENT_NEW_MEDIA, 0 },
   { GST_EVENT_EOS, 0 }
 )
 
index 0d46b4c..7c80acf 100644 (file)
@@ -76,7 +76,6 @@ GST_PAD_TEMPLATE_FACTORY (dxr3spusink_sink_factory,
 GST_PAD_EVENT_MASK_FUNCTION (dxr3spusink_get_event_mask,
   { GST_EVENT_FLUSH, 0 },
   { GST_EVENT_DISCONTINUOUS, 0 },
-  { GST_EVENT_NEW_MEDIA, 0 },
   { GST_EVENT_EOS, 0 }
 )
 
index ac858d8..2a04ec9 100644 (file)
@@ -98,7 +98,6 @@ GST_PAD_TEMPLATE_FACTORY (dxr3videosink_sink_factory,
 GST_PAD_EVENT_MASK_FUNCTION (dxr3videosink_get_event_mask,
   { GST_EVENT_FLUSH, 0 },
   { GST_EVENT_DISCONTINUOUS, 0 },
-  { GST_EVENT_NEW_MEDIA, 0 },
   { GST_EVENT_EOS, 0 }
 )