diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-07 20:51:10 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-07 20:51:10 +0000 |
commit | 1b3ef33748906854d79dd2d430b89932db884672 (patch) | |
tree | 0ea241fa8fb6ab396f518fa50dcd4a7c799025c5 /ChangeLog | |
parent | 5aa8875165a582f5aa48c2137744609794040980 (diff) | |
download | gst-plugins-bad-1b3ef33748906854d79dd2d430b89932db884672.tar.gz gst-plugins-bad-1b3ef33748906854d79dd2d430b89932db884672.tar.bz2 gst-plugins-bad-1b3ef33748906854d79dd2d430b89932db884672.zip |
this should more or less work correctly.
Original commit message from CVS:
this should more or less work correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org> + + * gst-libs/Makefile.am: + * gst-libs/gst/media-info/Makefile.am: + * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback), + (error_callback), (gst_media_info_error_create), + (gst_media_info_error_element), (gmip_init), (gmip_reset), + (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type): + * gst-libs/gst/media-info/media-info-priv.h: + * gst-libs/gst/media-info/media-info-test.c: (main): + * gst-libs/gst/media-info/media-info.c: (gst_media_info_init), + (gst_media_info_class_init), (gst_media_info_instance_init), + (gst_media_info_set_source), (gst_media_info_read_with_idler), + (gst_media_info_read_idler), (gst_media_info_read): + * gst-libs/gst/media-info/media-info.h: + fixed, should work now + 2004-03-07 Christian Schaller <Uraeus@gnome.org> * ext/nas/nassink.c: |