diff --git a/ChangeLog b/ChangeLog index 76355e4cf4..42e5caa344 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-12 Tim-Philipp Müller + + * gst/typefind/gsttypefindfunctions.c: + Fix comment. + 2007-01-11 Tim-Philipp Müller * gst/playback/gstplaybin.c: (post_missing_element_message), diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c index 639e1a6c54..b90447e939 100644 --- a/gst/typefind/gsttypefindfunctions.c +++ b/gst/typefind/gsttypefindfunctions.c @@ -1479,7 +1479,7 @@ aiff_type_find (GstTypeFind * tf, gpointer unused) } } -/*** audio/x-aiff ***/ +/*** audio/x-svx ***/ static GstStaticCaps svx_caps = GST_STATIC_CAPS ("audio/x-svx");