summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpopusdepay.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpopusdepay.h')
-rw-r--r--gst/rtp/gstrtpopusdepay.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/rtp/gstrtpopusdepay.h b/gst/rtp/gstrtpopusdepay.h
index ba217e0e8..968ae52ae 100644
--- a/gst/rtp/gstrtpopusdepay.h
+++ b/gst/rtp/gstrtpopusdepay.h
@@ -23,7 +23,7 @@
#define __GST_RTP_OPUS_DEPAY_H__
#include <gst/gst.h>
-#include <gst/rtp/gstbasertpdepayload.h>
+#include <gst/rtp/gstrtpbasedepayload.h>
G_BEGIN_DECLS typedef struct _GstRTPOpusDepay GstRTPOpusDepay;
typedef struct _GstRTPOpusDepayClass GstRTPOpusDepayClass;
@@ -42,13 +42,13 @@ typedef struct _GstRTPOpusDepayClass GstRTPOpusDepayClass;
struct _GstRTPOpusDepay
{
- GstBaseRTPDepayload depayload;
+ GstRTPBaseDepayload depayload;
};
struct _GstRTPOpusDepayClass
{
- GstBaseRTPDepayloadClass parent_class;
+ GstRTPBaseDepayloadClass parent_class;
};
GType gst_rtp_opus_depay_get_type (void);