mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
gst/typefind/gsttypefindfunctions.c: Fix comment.
Original commit message from CVS: * gst/typefind/gsttypefindfunctions.c: Fix comment.
This commit is contained in:
parent
9de43e8bc5
commit
69a3ef4f92
2 changed files with 6 additions and 1 deletions
|
@ -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),
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue