mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
ext/dv/gstdv.c: Fix compilation.
Original commit message from CVS: * ext/dv/gstdv.c: (plugin_init): Fix compilation.
This commit is contained in:
parent
268b93fd1e
commit
7418890ef4
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-06-26 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* ext/dv/gstdv.c: (plugin_init):
|
||||
Fix compilation.
|
||||
|
||||
2008-06-26 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||
|
||||
* ext/dv/gstdv.c: (plugin_init):
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
static gboolean
|
||||
plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
GstRank rank;
|
||||
|
||||
if (!gst_element_register (plugin, "dvdemux", GST_RANK_PRIMARY,
|
||||
gst_dvdemux_get_type ()))
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue