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 754417 - rtptheoradepay: Reading headers from caps is broken
rtptheoradepay: Reading headers from caps is broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal blocker
: 1.5.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-01 21:15 UTC by Olivier Crête
Modified: 2015-09-02 18:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Olivier Crête 2015-09-01 21:15:18 UTC
This a nasty regression as it makes the theora RTP depayloader largely non-functional.

Simple test:
gst-launch-1.0 videotestsrc ! theoraenc ! rtptheorapay ! rtptheoradepay ! theoradec ! xvimagesink

This was broken from b1089fb520 from bug #751774
Comment 1 Sebastian Dröge (slomo) 2015-09-02 07:09:30 UTC
Should be broken for vorbis too then. Will take a look
Comment 2 Sebastian Dröge (slomo) 2015-09-02 18:14:07 UTC
commit f0ca2f2ecb32d01e33cc6e87085b0163fa5bbd47
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Wed Sep 2 21:12:41 2015 +0300

    rtpvorbis/theoradepay: Fix handling of fragmented packets
    
    This was broken in b1089fb520 by not considering the full packet length of a
    fragmented packet but only the length of the first one.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754417