mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Remove NEW_MEDIA from plugins
Original commit message from CVS: Remove NEW_MEDIA from plugins
This commit is contained in:
parent
b09a0f4d32
commit
7535a42c25
3 changed files with 0 additions and 3 deletions
|
@ -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 }
|
||||
)
|
||||
|
||||
|
|
|
@ -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 }
|
||||
)
|
||||
|
||||
|
|
|
@ -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 }
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue