GNOME Bugzilla – Bug 431672
gst_base_rtp_audio_payload_push() should take object of its own type as its first argument
Last modified: 2007-04-21 14:41:40 UTC
GstBaseRTPAudioPayload API should take an object of it's own type (GstBaseRTPAudioPayload) as it's first argument rather than that of it's parent (GstBaseRTPPayload). Attaching the patch.
Created attachment 86687 [details] [review] Patch to fix the problem
Absolutely, see bug #415001.
2007-04-21 Tim-Philipp Müller <tim at centricular dot net> Patch by: Zeeshan Ali <zeenix gmail com> * gst-libs/gst/rtp/gstbasertpaudiopayload.c: (gst_base_rtp_audio_payload_handle_frame_based_buffer), (gst_base_rtp_audio_payload_handle_sample_based_buffer), (gst_base_rtp_audio_payload_push): * gst-libs/gst/rtp/gstbasertpaudiopayload.h: The recently-added gst_base_rtp_audio_payload_push() should take an object of type GstBaseRTPAudioPayload as first argument (#431672).