From bb7f93bd4eee6e78378e2157c6448e28dda717e1 Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Fri, 13 Jun 2008 22:46:43 +0000 Subject: gst/flv/: Introduce demuxing support for AAC and Original commit message from CVS: 2008-06-14 Julien Moutte * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup), (gst_flv_demux_dispose): * gst/flv/gstflvdemux.h: * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate), (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate), (gst_flv_parse_tag_video): Introduce demuxing support for AAC and H.264/AVC inside FLV. * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init), (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer), (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph): * sys/dshowdecwrapper/gstdshowaudiodec.h: * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init), (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain), (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps): * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes to improve stability (ref counting, safety checks...) --- sys/dshowdecwrapper/gstdshowvideodec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dshowdecwrapper/gstdshowvideodec.h') diff --git a/sys/dshowdecwrapper/gstdshowvideodec.h b/sys/dshowdecwrapper/gstdshowvideodec.h index 12f3a28e..0989dabc 100644 --- a/sys/dshowdecwrapper/gstdshowvideodec.h +++ b/sys/dshowdecwrapper/gstdshowvideodec.h @@ -70,6 +70,8 @@ struct _GstDshowVideoDec /* caps of our src pad */ GstCaps *srccaps; + + GstFlowReturn last_ret; /* list of dshow mediatypes coresponding to the caps list */ GList *mediatypes; -- cgit v1.2.1