mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
audiodecoder: remove stray obsolete declaration
This commit is contained in:
parent
2bf1a4428e
commit
97d60612a4
1 changed files with 0 additions and 1 deletions
|
@ -282,7 +282,6 @@ static gboolean gst_audio_decoder_src_event (GstPad * pad, GstObject * parent,
|
|||
GstEvent * event);
|
||||
static gboolean gst_audio_decoder_sink_setcaps (GstAudioDecoder * dec,
|
||||
GstCaps * caps);
|
||||
gboolean gst_audio_decoder_src_setcaps (GstAudioDecoder * dec, GstCaps * caps);
|
||||
static GstFlowReturn gst_audio_decoder_chain (GstPad * pad, GstObject * parent,
|
||||
GstBuffer * buf);
|
||||
static gboolean gst_audio_decoder_src_query (GstPad * pad, GstObject * parent,
|
||||
|
|
Loading…
Reference in a new issue