From a17d4663382767c4d5ea828b7b0e089f29e3eede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 3 Aug 2006 11:15:53 +0000 Subject: [PATCH] gst/typefind/gsttypefindfunctions.c: Recognise ancient RealAudio files (see #349779). Original commit message from CVS: * gst/typefind/gsttypefindfunctions.c: (plugin_init): Recognise ancient RealAudio files (see #349779). --- ChangeLog | 5 +++++ gst/typefind/gsttypefindfunctions.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index bc4b5c2fde..b22440468e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-03 Tim-Philipp Müller + + * gst/typefind/gsttypefindfunctions.c: (plugin_init): + Recognise ancient RealAudio files (see #349779). + 2006-08-03 Tim-Philipp Müller Patch by: Jens Granseuer diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c index 68becc627d..fa68f855dc 100644 --- a/gst/typefind/gsttypefindfunctions.c +++ b/gst/typefind/gsttypefindfunctions.c @@ -2511,6 +2511,8 @@ plugin_init (GstPlugin * plugin) html_exts, HTML_CAPS, NULL, NULL); TYPE_FIND_REGISTER_START_WITH (plugin, "application/vnd.rn-realmedia", GST_RANK_SECONDARY, rm_exts, ".RMF", 4, GST_TYPE_FIND_MAXIMUM); + TYPE_FIND_REGISTER_START_WITH (plugin, "application/x-pn-realaudio", + GST_RANK_SECONDARY, rm_exts, ".ra\375", 4, GST_TYPE_FIND_MAXIMUM); TYPE_FIND_REGISTER (plugin, "application/x-shockwave-flash", GST_RANK_SECONDARY, swf_type_find, swf_exts, SWF_CAPS, NULL, NULL); TYPE_FIND_REGISTER_START_WITH (plugin, "video/x-flv", GST_RANK_SECONDARY,