mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
g729pay: extend from right parent
This commit is contained in:
parent
fc73dd210d
commit
3ec0d6b245
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ typedef struct _GstRTPG729PayClass GstRTPG729PayClass;
|
||||||
|
|
||||||
struct _GstRTPG729Pay
|
struct _GstRTPG729Pay
|
||||||
{
|
{
|
||||||
GstBaseRTPAudioPayload audiopayload;
|
GstBaseRTPPayload payload;
|
||||||
|
|
||||||
GstAdapter *adapter;
|
GstAdapter *adapter;
|
||||||
GstClockTime next_ts;
|
GstClockTime next_ts;
|
||||||
|
@ -51,7 +51,7 @@ struct _GstRTPG729Pay
|
||||||
|
|
||||||
struct _GstRTPG729PayClass
|
struct _GstRTPG729PayClass
|
||||||
{
|
{
|
||||||
GstBaseRTPAudioPayloadClass parent_class;
|
GstBaseRTPPayloadClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_rtp_g729_pay_get_type (void);
|
GType gst_rtp_g729_pay_get_type (void);
|
||||||
|
|
Loading…
Reference in a new issue