summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpL16parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpL16parse.h')
-rw-r--r--gst/rtp/gstrtpL16parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpL16parse.h b/gst/rtp/gstrtpL16parse.h
index dad467bf..04cc3a80 100644
--- a/gst/rtp/gstrtpL16parse.h
+++ b/gst/rtp/gstrtpL16parse.h
@@ -53,7 +53,7 @@ struct _GstRtpL16ParseClass
/* Standard macros for defining types for this element. */
#define GST_TYPE_RTP_L16_PARSE \
- (gst_rtpL16parse_get_type())
+ (gst_rtp_L16parse_get_type())
#define GST_RTP_L16_PARSE(obj) \
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_RTP_L16_PARSE,GstRtpL16Parse))
#define GST_RTP_L16_PARSE_CLASS(klass) \
@@ -63,7 +63,7 @@ struct _GstRtpL16ParseClass
#define GST_IS_RTP_L16_PARSE_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_RTP_L16_PARSE))
-gboolean gst_rtpL16parse_plugin_init (GstPlugin * plugin);
+gboolean gst_rtp_L16parse_plugin_init (GstPlugin * plugin);
#ifdef __cplusplus
}