diff options
Diffstat (limited to 'gst/sdp/gstsdpelem.c')
-rw-r--r-- | gst/sdp/gstsdpelem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/sdp/gstsdpelem.c b/gst/sdp/gstsdpelem.c index 8a0c8d9f2..da61df128 100644 --- a/gst/sdp/gstsdpelem.c +++ b/gst/sdp/gstsdpelem.c @@ -35,6 +35,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "sdp", + sdp, "configure streaming sessions using SDP", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) |