mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 04:45:36 +00:00
gst: Update for GST_PLUGIN_DEFINE() API changes
This commit is contained in:
parent
21d81ed32d
commit
a0ee86b23c
1 changed files with 1 additions and 1 deletions
|
@ -456,6 +456,6 @@ plugin_init (GstPlugin * plugin)
|
|||
|
||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
"dataurisrc",
|
||||
dataurisrc,
|
||||
"data: URI source",
|
||||
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
|
||||
|
|
Loading…
Reference in a new issue