diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-03-10 15:30:03 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-03-10 15:30:03 +0000 |
commit | 2c10dcf843bd65678993ec445bb8539b54ce59d7 (patch) | |
tree | d7bc72686fae510527fafcf20bb38ad68ade25c6 | |
parent | 3e9a8a47f883b304c7528763f4292627d2184e73 (diff) | |
download | gst-plugins-bad-2c10dcf843bd65678993ec445bb8539b54ce59d7.tar.gz gst-plugins-bad-2c10dcf843bd65678993ec445bb8539b54ce59d7.tar.bz2 gst-plugins-bad-2c10dcf843bd65678993ec445bb8539b54ce59d7.zip |
Add bugnums
Original commit message from CVS:
Add bugnums
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -2,7 +2,7 @@ * gst/playback/gstplaybin.c: (gen_video_element), (gen_audio_element): - Use auto* elements as defaults. + Use auto* elements as defaults. Fixed #169289. 2005-03-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net> @@ -21,22 +21,22 @@ 2005-03-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * configure.ac: - Fix FAAD detection problems against FAAD-CVS. + Fix FAAD detection problems against FAAD-CVS. Fixes #166113. * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_chanpos_to_gst), (gst_faad_srcconnect), (gst_faad_sync), (gst_faad_chain): - Fix FAAD channel positions for mono/stereo against FAAD CVS. - Implement raw stream sync support for AAC+ radio support. Embed - info structure in our function to prevent unneeded excessive - allocations. + Fix FAAD channel positions for mono/stereo against FAAD CVS, fixing + #168558. Implement raw stream sync support for AAC+ radio support, + fixing #166031. Embed info structure in our function to prevent + unneeded excessive allocations. * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate), (gst_ogg_demux_push): Only set first/last positions when we search for them. Fixes - invalid length reporting for some video files. + invalid length reporting for some video files. Fixes #169081. * gst/playback/gstdecodebin.c: (remove_element_chain): - Always remove only our own kids. + Always remove only our own kids. Fixes #169400. * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak): - Fix ESDS atom finding bug. + Fix ESDS atom finding bug, fixing #149158. * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Implement frame-finding (similar to MP3) to support AAC+ radio. |