summaryrefslogtreecommitdiff
path: root/gst/videoparsers/dirac_parse.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-02-15 12:56:55 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-02-15 12:56:55 +0100
commitf9c99b47136feb4740a82a244651001a7719e2bc (patch)
treeb30430c285719e92cb7059ead8a0346afb959357 /gst/videoparsers/dirac_parse.c
parenteff70374470cdc4459756d15bea61a83bac57ceb (diff)
downloadgstreamer-plugins-bad-f9c99b47136feb4740a82a244651001a7719e2bc.tar.gz
videoparsers: chain up to parent event handler
Chain up to the parent event handler to get the default behaviour instead of returning FALSE.
Diffstat (limited to 'gst/videoparsers/dirac_parse.c')
-rw-r--r--gst/videoparsers/dirac_parse.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/videoparsers/dirac_parse.c b/gst/videoparsers/dirac_parse.c
index 5b367c36c..c5dadb211 100644
--- a/gst/videoparsers/dirac_parse.c
+++ b/gst/videoparsers/dirac_parse.c
@@ -32,9 +32,6 @@ void schro_video_format_set_std_signal_range (DiracSequenceHeader * format,
void schro_video_format_set_std_colour_spec (DiracSequenceHeader * format,
int index);
-
-
-
int
dirac_sequence_header_parse (DiracSequenceHeader * header,
unsigned char *data, int n_bytes)