lower rank of dvddemux

Original commit message from CVS:
lower rank of dvddemux
This commit is contained in:
Thomas Vander Stichele 2004-04-14 16:16:46 +00:00
parent 8329a17922
commit edf478f53a
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
lower rank of dvddemux so that it's not used for mpeg playback.
2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
* configure.ac:

View file

@ -859,5 +859,5 @@ gboolean
gst_dvd_demux_plugin_init (GstPlugin * plugin)
{
return gst_element_register (plugin, "dvddemux",
GST_RANK_PRIMARY, GST_TYPE_DVD_DEMUX);
GST_RANK_PRIMARY - 1, GST_TYPE_DVD_DEMUX);
}