From f9c99b47136feb4740a82a244651001a7719e2bc Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 15 Feb 2012 12:56:55 +0100 Subject: videoparsers: chain up to parent event handler Chain up to the parent event handler to get the default behaviour instead of returning FALSE. --- gst/videoparsers/dirac_parse.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gst/videoparsers/dirac_parse.c') 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) -- cgit v1.2.1