gst/typefind/gsttypefindfunctions.c: Recognise ancient RealAudio files (see #349779).
authorTim-Philipp Müller <tim@centricular.net>
Thu, 3 Aug 2006 11:15:53 +0000 (11:15 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 3 Aug 2006 11:15:53 +0000 (11:15 +0000)
Original commit message from CVS:
* gst/typefind/gsttypefindfunctions.c: (plugin_init):
Recognise ancient RealAudio files (see #349779).

ChangeLog
gst/typefind/gsttypefindfunctions.c

index bc4b5c2..b224404 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
 
+       * gst/typefind/gsttypefindfunctions.c: (plugin_init):
+         Recognise ancient RealAudio files (see #349779).
+
+2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
+
        Patch by: Jens Granseuer  <jensgr at gmx net>
 
        * gst/typefind/gsttypefindfunctions.c: (plugin_init):
index 68becc6..fa68f85 100644 (file)
@@ -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,