diff options
Diffstat (limited to 'gst/udp')
-rw-r--r-- | gst/udp/gstudp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/udp/gstudp.c b/gst/udp/gstudp.c index 232d9774..2852917d 100644 --- a/gst/udp/gstudp.c +++ b/gst/udp/gstudp.c @@ -51,4 +51,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "udp", "transfer data via UDP", - plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN) + plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) |