summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-05 15:11:05 +0200
committerTim-Philipp Müller <tim@centricular.net>2012-09-11 01:54:45 +0100
commitca7c2af1c4b67c47928a5302bad3521b6a1f218b (patch)
tree09b925033c639d165aa936529efb595d6339656d
parent946dbd38d8feab83ebb165ffc33792b54748704b (diff)
gst: Update for GST_PLUGIN_DEFINE() API change
-rw-r--r--gst/gdp/gstgdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gdp/gstgdp.c b/gst/gdp/gstgdp.c
index bfdfbc1b9..a05b0bfc7 100644
--- a/gst/gdp/gstgdp.c
+++ b/gst/gdp/gstgdp.c
@@ -41,6 +41,6 @@ plugin_init (GstPlugin * plugin)
}
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR,
- "gdp",
+ gdp,
"Payload/depayload GDP packets", plugin_init,
VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);