diff options
author | Benjamin Otte <otte@gnome.org> | 2005-05-14 02:24:55 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2005-05-14 02:24:55 +0000 |
commit | 93faa83ac03224ea91a3598025a99f6aefaf7988 (patch) | |
tree | 75343a80ce3f8da0afd8b5d0e25d908580485cfe | |
parent | c07d2d5abf5ad83860a26fca370d7d7f141f374a (diff) | |
download | gst-plugins-bad-93faa83ac03224ea91a3598025a99f6aefaf7988.tar.gz gst-plugins-bad-93faa83ac03224ea91a3598025a99f6aefaf7988.tar.bz2 gst-plugins-bad-93faa83ac03224ea91a3598025a99f6aefaf7988.zip |
gst/realmedia/rmdemux.c: Set rank to NONE. Prevents it from being used in autoplugging, which solves lots of reported...
Original commit message from CVS:
* gst/realmedia/rmdemux.c: (plugin_init):
Set rank to NONE. Prevents it from being used in autoplugging, which
solves lots of reported segfaults and warnings from tag reading.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * gst/realmedia/rmdemux.c: (plugin_init): + Set rank to NONE. Prevents it from being used in autoplugging, which + solves lots of reported segfaults and warnings from tag reading. + 2005-05-13 David Schleef <ds@schleef.org> * sys/glsink/Makefile.am: |