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 634910 - [rtph264pay] Implement bytestream scan mode
[rtph264pay] Implement bytestream scan mode
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal normal
: 0.10.27
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-15 14:34 UTC by Tambet Ingo
Modified: 2010-12-02 18:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (5.36 KB, patch)
2010-11-15 14:34 UTC, Tambet Ingo
none Details | Review

Description Tambet Ingo 2010-11-15 14:34:44 UTC
Created attachment 174511 [details] [review]
Proposed patch

Attached patch implements bytestream scan mode by buffering data until the next NALU is received.
Comment 1 Wim Taymans 2010-11-16 16:04:51 UTC
Thanks, will push (with some cleanups) after freeze.

commit 639358f0fc164efda9c865c8c71e502f7a59ff8c
Author: Tambet Ingo <tambet at gmail.com>
Date:   Tue Nov 16 15:39:24 2010 +0100

    rtph264pay: implement full bytestream scan mode.
    
    Implement the full bytestream scan mode.
    
    Fixes #634910