From: Tim-Philipp Müller Date: Fri, 12 Jan 2007 09:45:23 +0000 (+0000) Subject: gst/typefind/gsttypefindfunctions.c: Fix comment. X-Git-Tag: RELEASE-0_10_12~126 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69a3ef4f92353e899e0903efe800b5a1af37e971;p=platform%2Fupstream%2Fgst-plugins-base.git gst/typefind/gsttypefindfunctions.c: Fix comment. Original commit message from CVS: * gst/typefind/gsttypefindfunctions.c: Fix comment. --- diff --git a/ChangeLog b/ChangeLog index 76355e4..42e5caa 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 639e1a6..b90447e 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");