After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 321191 - rtpamrdec isn't a subclass of GstBaseRtpDepayload
rtpamrdec isn't a subclass of GstBaseRtpDepayload
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.4
Assigned To: Philippe Khalaf
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-10 20:30 UTC by Sebastien Cote
Modified: 2006-07-14 13:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (9.82 KB, patch)
2005-11-10 20:32 UTC, Sebastien Cote
none Details | Review
updated patch (9.27 KB, patch)
2006-02-17 16:24 UTC, Sebastien Cote
committed Details | Review

Description Sebastien Cote 2005-11-10 20:30:17 UTC
The rtpamrdec plugin isn't a subclass of GstBaseRtpDepayload.
Comment 1 Sebastien Cote 2005-11-10 20:32:12 UTC
Created attachment 54609 [details] [review]
Proposed fix

This patch makes rtpamrdec a subclass of GstBaseRtpDepayload. It also contains
the  patch attached to bug #319884.
Comment 2 Sebastien Cote 2006-02-16 21:56:41 UTC
The AMR depayloader changed a bit since the patch has been created, it needs to be updated.
Comment 3 Sebastien Cote 2006-02-17 16:24:37 UTC
Created attachment 59583 [details] [review]
updated patch
Comment 4 Wim Taymans 2006-07-14 13:34:11 UTC
        Patch by: Sebastien Cote <sebas642 at yahoo dot ca>

        * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
        (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
        (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
        * gst/rtp/gstrtpamrdepay.h:
        rtpamrdec isn't a subclass of GstBaseRtpDepayload.
        Fixes #321191