diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-03-10 13:49:23 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-03-10 13:49:23 +0000 |
commit | e276fe38badbf6f2e7b29ffa3ff0aab0bf443b8f (patch) | |
tree | 72b1baed26fbe7f7914eb43d8523c2d0ed4b3b82 /ChangeLog | |
parent | 212c802ce21fc247d8fb1f59dc84c7ee9435ebb7 (diff) | |
download | gst-plugins-bad-e276fe38badbf6f2e7b29ffa3ff0aab0bf443b8f.tar.gz gst-plugins-bad-e276fe38badbf6f2e7b29ffa3ff0aab0bf443b8f.tar.bz2 gst-plugins-bad-e276fe38badbf6f2e7b29ffa3ff0aab0bf443b8f.zip |
ext/libmms/gstmms.*: Some clean-ups; more debug output; use blocksize property of GstBaseSrc instead of re-registerin...
Original commit message from CVS:
* ext/libmms/gstmms.c: (gst_mms_urihandler_init),
(gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
(gst_mms_finalize), (gst_mms_create), (gst_mms_start),
(gst_mms_set_property), (gst_mms_get_property),
(gst_mms_uri_get_uri):
* ext/libmms/gstmms.h:
Some clean-ups; more debug output; use blocksize property
of GstBaseSrc instead of re-registering our own; make debug
category actually be used.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2006-03-10 Tim-Philipp Müller <tim at centricular dot net> + + * ext/libmms/gstmms.c: (gst_mms_urihandler_init), + (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init), + (gst_mms_finalize), (gst_mms_create), (gst_mms_start), + (gst_mms_set_property), (gst_mms_get_property), + (gst_mms_uri_get_uri): + * ext/libmms/gstmms.h: + Some clean-ups; more debug output; use blocksize property + of GstBaseSrc instead of re-registering our own; make debug + category actually be used. + 2006-03-09 Tim-Philipp Müller <tim at centricular dot net> * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event): |