ext/cairo: pack gstcairo plugin in default
[platform/upstream/gst-plugins-good.git] / gst / dtmf / gstrtpdtmfdepay.h
index 172cb84..c5ed189 100644 (file)
@@ -16,8 +16,8 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #ifndef __GST_RTP_DTMF_DEPAY_H__
@@ -25,9 +25,9 @@
 
 #include <gst/gst.h>
 #include <gst/base/gstadapter.h>
-#include <gst/rtp/gstbasertpdepayload.h>
+#include <gst/rtp/gstrtpbasedepayload.h>
 
-#include "gstrtpdtmfcommon.h"
+#include "gstdtmfcommon.h"
 
 G_BEGIN_DECLS
 #define GST_TYPE_RTP_DTMF_DEPAY \
@@ -46,7 +46,7 @@ typedef struct _GstRtpDTMFDepayClass GstRtpDTMFDepayClass;
 struct _GstRtpDTMFDepay
 {
   /*< private >*/
-  GstBaseRTPDepayload depayload;
+  GstRTPBaseDepayload depayload;
   double sample;
   guint32 previous_ts;
   guint16 previous_duration;
@@ -57,7 +57,7 @@ struct _GstRtpDTMFDepay
 
 struct _GstRtpDTMFDepayClass
 {
-  GstBaseRTPDepayloadClass parent_class;
+  GstRTPBaseDepayloadClass parent_class;
 };
 
 GType gst_rtp_dtmf_depay_get_type (void);