Remove NEW_MEDIA from plugins

Original commit message from CVS:
Remove NEW_MEDIA from plugins
This commit is contained in:
Ronald S. Bultje 2003-06-07 00:17:53 +00:00
parent b09a0f4d32
commit 7535a42c25
3 changed files with 0 additions and 3 deletions

View 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 }
)

View 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 }
)

View 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 }
)