gst/typefind/gsttypefindfunctions.c: Fix comment.

Original commit message from CVS:
* gst/typefind/gsttypefindfunctions.c:
Fix comment.
This commit is contained in:
Tim-Philipp Müller 2007-01-12 09:45:23 +00:00
parent 9de43e8bc5
commit 69a3ef4f92
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
* gst/typefind/gsttypefindfunctions.c:
Fix comment.
2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
* gst/playback/gstplaybin.c: (post_missing_element_message),

View file

@ -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");