mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
lower rank of dvddemux
Original commit message from CVS: lower rank of dvddemux
This commit is contained in:
parent
8329a17922
commit
edf478f53a
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -859,5 +859,5 @@ gboolean
|
||||||
gst_dvd_demux_plugin_init (GstPlugin * plugin)
|
gst_dvd_demux_plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
return gst_element_register (plugin, "dvddemux",
|
return gst_element_register (plugin, "dvddemux",
|
||||||
GST_RANK_PRIMARY, GST_TYPE_DVD_DEMUX);
|
GST_RANK_PRIMARY - 1, GST_TYPE_DVD_DEMUX);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue