diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-22 19:00:27 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-22 19:00:27 +0000 |
commit | 396397ee7c0c85bb586c88833b88f29c758e33f7 (patch) | |
tree | 6377055591cfc5728fc798acbb73ef0baef60063 | |
parent | 3c9e51e915c1facb46f07a97b185fb32c0a3c181 (diff) |
fix up media-info now reports format again metadata needs some rewriting
Original commit message from CVS:
fix up media-info
now reports format again
metadata needs some rewriting
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org> + * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback), + (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder), + (gmip_find_type_pre): + * gst-libs/gst/media-info/media-info-priv.h: + * gst-libs/gst/media-info/media-info.c: + (gst_media_info_instance_init), (gst_media_info_read_idler): + add fakesink to get caps on decoder src pad again + fix callback prototype to match new have_type signal signature + +2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org> + * gst/adder/gstadder.c: (gst_adder_link): fix non-compile and cut-n-paste code |