From c7ca0105436c70798d55c8d5b9aaad722781165c Mon Sep 17 00:00:00 2001 From: Angel Carpintero Date: Wed, 13 Aug 2003 12:18:18 +0000 Subject: fix GstElementDetails name Original commit message from CVS: fix GstElementDetails name --- gst/rtp/gstrtpgsmdepay.c | 4 ++-- gst/rtp/gstrtpgsmparse.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'gst/rtp') diff --git a/gst/rtp/gstrtpgsmdepay.c b/gst/rtp/gstrtpgsmdepay.c index 9febefa7..6850600d 100644 --- a/gst/rtp/gstrtpgsmdepay.c +++ b/gst/rtp/gstrtpgsmdepay.c @@ -21,7 +21,7 @@ #include "gstrtp-common.h" /* elementfactory information */ -static GstElementDetails gst_rtp_L16parse_details = { +static GstElementDetails gst_rtp_gsmparse_details = { "RTP packet parser", "RtpGSMParse", "GPL", @@ -287,7 +287,7 @@ gst_rtpgsmparse_plugin_init (GModule * module, GstPlugin * plugin) { GstElementFactory *rtpgsmparse; - rtpgsmparse = gst_element_factory_new ("rtpgsmparse", GST_TYPE_RTP_GSM_PARSE, &gst_rtp_L16parse_details); + rtpgsmparse = gst_element_factory_new ("rtpgsmparse", GST_TYPE_RTP_GSM_PARSE, &gst_rtp_gsmparse_details); g_return_val_if_fail (rtpgsmparse != NULL, FALSE); gst_element_factory_add_pad_template (rtpgsmparse, GST_PAD_TEMPLATE_GET (src_factory)); diff --git a/gst/rtp/gstrtpgsmparse.c b/gst/rtp/gstrtpgsmparse.c index 9febefa7..6850600d 100644 --- a/gst/rtp/gstrtpgsmparse.c +++ b/gst/rtp/gstrtpgsmparse.c @@ -21,7 +21,7 @@ #include "gstrtp-common.h" /* elementfactory information */ -static GstElementDetails gst_rtp_L16parse_details = { +static GstElementDetails gst_rtp_gsmparse_details = { "RTP packet parser", "RtpGSMParse", "GPL", @@ -287,7 +287,7 @@ gst_rtpgsmparse_plugin_init (GModule * module, GstPlugin * plugin) { GstElementFactory *rtpgsmparse; - rtpgsmparse = gst_element_factory_new ("rtpgsmparse", GST_TYPE_RTP_GSM_PARSE, &gst_rtp_L16parse_details); + rtpgsmparse = gst_element_factory_new ("rtpgsmparse", GST_TYPE_RTP_GSM_PARSE, &gst_rtp_gsmparse_details); g_return_val_if_fail (rtpgsmparse != NULL, FALSE); gst_element_factory_add_pad_template (rtpgsmparse, GST_PAD_TEMPLATE_GET (src_factory)); -- cgit