diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2005-01-07 23:46:23 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2005-01-07 23:46:23 +0000 |
commit | c838dd54c45bb410bebf050b25892cf86fd9f22a (patch) | |
tree | 2147437f29815d90359e7e56858f9e0c98bc1dfc /ChangeLog | |
parent | 3a37a6bc0d8344b842b7e9b9ea40883bae979323 (diff) |
ext/dv/gstdvdec.c: Fix audio caps i just broke (missing ',')
Original commit message from CVS:
* ext/dv/gstdvdec.c:
Fix audio caps i just broke (missing ',')
* gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
(gst_matroska_mux_reset):
Fix typo + add FIXME about old "x-gst-metadata" crap
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr> + + * ext/dv/gstdvdec.c: + Fix audio caps i just broke (missing ',') + * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type), + (gst_matroska_mux_reset): + Fix typo + add FIXME about old "x-gst-metadata" crap + 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr> * ext/dv/demo-play.c: (main): |