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 511274 - gst_rtp_buffer_get_extension_data is returning FALSE when there is an extension
gst_rtp_buffer_get_extension_data is returning FALSE when there is an extension
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-22 15:15 UTC by Thijs Vermeir
Modified: 2008-01-22 15:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix this bug and some typos (1.29 KB, patch)
2008-01-22 15:17 UTC, Thijs Vermeir
committed Details | Review

Description Thijs Vermeir 2008-01-22 15:15:51 UTC
The gst_rtp_get_extension_data function is returning false when there is an extension in the rtp buffer.
Comment 1 Thijs Vermeir 2008-01-22 15:17:30 UTC
Created attachment 103452 [details] [review]
fix this bug and some typos
Comment 2 Jan Schmidt 2008-01-22 15:32:55 UTC
Accepted, since it's so trivial.
Comment 3 Wim Taymans 2008-01-22 15:37:44 UTC
        Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>

        * gst-libs/gst/rtp/gstrtpbuffer.c:
        (gst_rtp_buffer_get_extension_data):
        Fix typos and wrong extension check. Fixes #511274.