diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-03-04 20:04:11 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-03-04 20:04:11 +0000 |
commit | cc497a721af3b19b323831e1580111180880711e (patch) | |
tree | 47c035e87f7fbf97e747cf34e465155085c80169 /ChangeLog | |
parent | 3152fa1872c90ab90971112d5e7717dcd439deec (diff) | |
download | gst-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |