summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-07-21 13:28:23 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-07-21 13:28:23 +0000
commitbeb564614464e024cb5b1bb4131aee454f4a6a44 (patch)
treefb0f1b7a60b5048b0a9bd1dde429d81ac959dca6
parent9e48d64c918c5a74d3c3d46e337a5a31353fb7bc (diff)
ext/: Added query/convert/formats functions to vorbis and theora decoders so that the outside world can use them too....
Original commit message from CVS: * ext/theora/theoradec.c: (gst_theora_dec_init), (theora_get_formats), (theora_get_event_masks), (theora_get_query_types), (theora_dec_src_convert), (theora_dec_sink_convert), (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event), (theora_dec_chain): * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats), (vorbis_get_event_masks), (vorbis_get_query_types), (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event): Added query/convert/formats functions to vorbis and theora decoders so that the outside world can use them too. Fixed seeking on an ogg/theora/vorbis file by disabling the seeking on the theora srcpad.
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07477b84..583056e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2004-07-21 Wim Taymans <wim@fluendo.com>
+
+ * ext/theora/theoradec.c: (gst_theora_dec_init),
+ (theora_get_formats), (theora_get_event_masks),
+ (theora_get_query_types), (theora_dec_src_convert),
+ (theora_dec_sink_convert), (theora_dec_src_query),
+ (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
+ * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
+ (vorbis_get_event_masks), (vorbis_get_query_types),
+ (gst_vorbis_dec_init), (vorbis_dec_convert),
+ (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
+ Added query/convert/formats functions to vorbis and theora decoders
+ so that the outside world can use them too. Fixed seeking on an
+ ogg/theora/vorbis file by disabling the seeking seeking on the
+ theora srcpad.
+
2004-07-21 Julien MOUTTE <julien@moutte.net>
* sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),