mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
aacparse: remove some unused declarations
This commit is contained in:
parent
4f4f9c9c68
commit
6b2998d5b7
1 changed files with 0 additions and 9 deletions
|
@ -92,15 +92,6 @@ static GstCaps *gst_aac_parse_sink_getcaps (GstBaseParse * parse,
|
|||
static GstFlowReturn gst_aac_parse_handle_frame (GstBaseParse * parse,
|
||||
GstBaseParseFrame * frame, gint * skipsize);
|
||||
|
||||
gboolean gst_aac_parse_convert (GstBaseParse * parse,
|
||||
GstFormat src_format,
|
||||
gint64 src_value, GstFormat dest_format, gint64 * dest_value);
|
||||
|
||||
gint gst_aac_parse_get_frame_overhead (GstBaseParse * parse,
|
||||
GstBuffer * buffer);
|
||||
|
||||
gboolean gst_aac_parse_event (GstBaseParse * parse, GstEvent * event);
|
||||
|
||||
G_DEFINE_TYPE (GstAacParse, gst_aac_parse, GST_TYPE_BASE_PARSE);
|
||||
|
||||
static inline gint
|
||||
|
|
Loading…
Reference in a new issue