summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-03-04 20:04:11 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-03-04 20:04:11 +0000
commitcc497a721af3b19b323831e1580111180880711e (patch)
tree47c035e87f7fbf97e747cf34e465155085c80169 /ChangeLog
parent3152fa1872c90ab90971112d5e7717dcd439deec (diff)
downloadgst-plugins-bad-cc497a721af3b19b323831e1580111180880711e.tar.gz
gst-plugins-bad-cc497a721af3b19b323831e1580111180880711e.tar.bz2
gst-plugins-bad-cc497a721af3b19b323831e1580111180880711e.zip
ext/faad/gstfaad.c: Add query function for position/duration querying (mostly for raw AAC streams); make seeking in r...
Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags), (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_src_convert), (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state): Add query function for position/duration querying (mostly for raw AAC streams); make seeking in raw AAC streams work; post tags with codec name if this is a raw AAC stream.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0311c360..fe61461c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
+ (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
+ (gst_faad_sink_event), (gst_faad_src_convert),
+ (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
+ Add query function for position/duration querying (mostly for
+ raw AAC streams); make seeking in raw AAC streams work; post
+ tags with codec name if this is a raw AAC stream.
+
2006-03-04 Sebastien Moutte <sebastien@moutte.net>
* sys/directdraw: