mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
ext/libmms/gstmms.c (plugin_init): Fix return type of the GstURIHandler::get_type() implementation.
Original commit message from CVS: * ext/libmms/gstmms.c (plugin_init): Fix return type of the GstURIHandler::get_type() implementation.
This commit is contained in:
parent
ba0a1f60ed
commit
1882ecba12
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-09-30 Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
|
||||||
|
|
||||||
|
* ext/libmms/gstmms.c (plugin_init):
|
||||||
|
Fix return type of the GstURIHandler::get_type() implementation.
|
||||||
|
|
||||||
2008-09-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
2008-09-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -418,7 +418,7 @@ plugin_init (GstPlugin * plugin)
|
||||||
return gst_element_register (plugin, "mmssrc", GST_RANK_NONE, GST_TYPE_MMS);
|
return gst_element_register (plugin, "mmssrc", GST_RANK_NONE, GST_TYPE_MMS);
|
||||||
}
|
}
|
||||||
|
|
||||||
static guint
|
static GstURIType
|
||||||
gst_mms_uri_get_type (void)
|
gst_mms_uri_get_type (void)
|
||||||
{
|
{
|
||||||
return GST_URI_SRC;
|
return GST_URI_SRC;
|
||||||
|
|
Loading…
Reference in a new issue