diff options
Diffstat (limited to 'gst/rtp/gstrtpL16depay.h')
| -rw-r--r-- | gst/rtp/gstrtpL16depay.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/gst/rtp/gstrtpL16depay.h b/gst/rtp/gstrtpL16depay.h index 04cc3a80..940cca61 100644 --- a/gst/rtp/gstrtpL16depay.h +++ b/gst/rtp/gstrtpL16depay.h @@ -17,8 +17,8 @@ * Boston, MA 02111-1307, USA. */ -#ifndef __GST_RTP_L16_PARSE_H__ -#define __GST_RTP_L16_PARSE_H__ +#ifndef __GST_RTP_L16_DEPAY_H__ +#define __GST_RTP_L16_DEPAY_H__ #include <gst/gst.h> #include "rtp-packet.h" @@ -30,8 +30,8 @@ extern "C" #endif /* __cplusplus */ /* Definition of structure storing data for this element. */ -typedef struct _GstRtpL16Parse GstRtpL16Parse; -struct _GstRtpL16Parse +typedef struct _GstRtpL16Depay GstRtpL16Depay; +struct _GstRtpL16Depay { GstElement element; @@ -45,29 +45,29 @@ struct _GstRtpL16Parse }; /* Standard definition defining a class for this element. */ -typedef struct _GstRtpL16ParseClass GstRtpL16ParseClass; -struct _GstRtpL16ParseClass +typedef struct _GstRtpL16DepayClass GstRtpL16DepayClass; +struct _GstRtpL16DepayClass { GstElementClass parent_class; }; /* Standard macros for defining types for this element. */ -#define GST_TYPE_RTP_L16_PARSE \ - (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) \ - (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_RTP_L16_PARSE,GstRtpL16Parse)) -#define GST_IS_RTP_L16_PARSE(obj) \ - (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_RTP_L16_PARSE)) -#define GST_IS_RTP_L16_PARSE_CLASS(obj) \ - (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_RTP_L16_PARSE)) +#define GST_TYPE_RTP_L16_DEPAY \ + (gst_rtp_L16depay_get_type()) +#define GST_RTP_L16_DEPAY(obj) \ + (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_RTP_L16_DEPAY,GstRtpL16Depay)) +#define GST_RTP_L16_DEPAY_CLASS(klass) \ + (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_RTP_L16_DEPAY,GstRtpL16Depay)) +#define GST_IS_RTP_L16_DEPAY(obj) \ + (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_RTP_L16_DEPAY)) +#define GST_IS_RTP_L16_DEPAY_CLASS(obj) \ + (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_RTP_L16_DEPAY)) -gboolean gst_rtp_L16parse_plugin_init (GstPlugin * plugin); +gboolean gst_rtp_L16depay_plugin_init (GstPlugin * plugin); #ifdef __cplusplus } #endif /* __cplusplus */ -#endif /* __GST_RTP_L16_PARSE_H__ */ +#endif /* __GST_RTP_L16_DEPAY_H__ */ |
