aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dröge2008-10-10 11:15:09 -0500
committerSebastian Dröge2008-10-10 11:15:09 -0500
commit7b619115fb4cab4817ab3d661d153b98d4d9540a (patch)
tree446bee022e06b2db9bead44c8422ca3e1719fafa /ChangeLog
parentdc29e474b1d3dafdfe2ae8dff0148af0b8864b84 (diff)
downloadgst-plugins-bad0-10-7b619115fb4cab4817ab3d661d153b98d4d9540a.tar.gz
gst-plugins-bad0-10-7b619115fb4cab4817ab3d661d153b98d4d9540a.tar.xz
gst-plugins-bad0-10-7b619115fb4cab4817ab3d661d153b98d4d9540a.zip
gst/flv/gstflvparse.c: Create pads from the pad templates, use fixed caps on them and only activate them after the ca...
Original commit message from CVS: * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Create pads from the pad templates, use fixed caps on them and only activate them after the caps are set.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19a1edba3..3ac4bd484 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
12008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk> 12008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2 2
3 * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
4 (gst_flv_parse_tag_video):
5 Create pads from the pad templates, use fixed caps on them
6 and only activate them after the caps are set.
7
82008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
9
3 * configure.ac: 10 * configure.ac:
4 Disable flacparse for this release as it's too buggy. 11 Disable flacparse for this release as it's too buggy.
5 12