mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
oggmux: remove dead code
This commit is contained in:
parent
6a43c1f9c7
commit
62ef0fc55e
1 changed files with 0 additions and 14 deletions
|
@ -205,20 +205,6 @@ gst_ogg_mux_class_init (GstOggMuxClass * klass)
|
|||
|
||||
}
|
||||
|
||||
#if 0
|
||||
static const GstEventMask *
|
||||
gst_ogg_mux_get_sink_event_masks (GstPad * pad)
|
||||
{
|
||||
static const GstEventMask gst_ogg_mux_sink_event_masks[] = {
|
||||
{GST_EVENT_EOS, 0},
|
||||
{GST_EVENT_DISCONTINUOUS, 0},
|
||||
{0,}
|
||||
};
|
||||
|
||||
return gst_ogg_mux_sink_event_masks;
|
||||
}
|
||||
#endif
|
||||
|
||||
static void
|
||||
gst_ogg_mux_clear (GstOggMux * ogg_mux)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue