g729pay: extend from right parent
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 16 Aug 2010 09:27:53 +0000 (11:27 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 6 Sep 2010 08:23:07 +0000 (10:23 +0200)
gst/rtp/gstrtpg729pay.h

index e22efabd954737e4d51a9c658232288b419e0607..01d274fe2656420fd16f097c8f60a180aa91145e 100644 (file)
@@ -42,7 +42,7 @@ typedef struct _GstRTPG729PayClass GstRTPG729PayClass;
 
 struct _GstRTPG729Pay
 {
-  GstBaseRTPAudioPayload audiopayload;
+  GstBaseRTPPayload payload;
 
   GstAdapter *adapter;
   GstClockTime next_ts;
@@ -51,7 +51,7 @@ struct _GstRTPG729Pay
 
 struct _GstRTPG729PayClass
 {
-  GstBaseRTPAudioPayloadClass parent_class;
+  GstBaseRTPPayloadClass parent_class;
 };
 
 GType gst_rtp_g729_pay_get_type (void);