Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
6b2998d5
Commit
6b2998d5
authored
Feb 15, 2012
by
Wim Taymans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aacparse: remove some unused declarations
parent
4f4f9c9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
gst/audioparsers/gstaacparse.c
gst/audioparsers/gstaacparse.c
+0
-9
No files found.
gst/audioparsers/gstaacparse.c
View file @
6b2998d5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment