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 621205 - [mpeg4videoparse] add config-interval property to insert mpeg4video config data in regular intervals
[mpeg4videoparse] add config-interval property to insert mpeg4video config da...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.19
Other Linux
: Normal enhancement
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-10 14:25 UTC by Marc Leeman
Modified: 2010-06-15 10:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add config-interval parameter (4.37 KB, patch)
2010-06-10 14:25 UTC, Marc Leeman
none Details | Review
mpeg4videoparse: add config-interval parameter (5.31 KB, patch)
2010-06-15 09:30 UTC, Mark Nauwelaerts
committed Details | Review

Description Marc Leeman 2010-06-10 14:25:52 UTC
Created attachment 163296 [details] [review]
add config-interval parameter

In line with the changes of rtph264pay, rtpmp4vpay and with the pending patch for h264parse; config-interval is added to multiplex the config parameters into the mpeg4 video stream.

This removes setting hex/binary config parameters and/or allows sending mpeg 4 video over thet network without rtp payloading and letting an encoder pick up in the stream at any point in time.

This is esp. useful for some encoders/streams that only send the config parameters once at startup or encoders that send them out of band (rtsp).

all four modules now have config-interval as a parameter; doing the same on rtp or ES level.
Comment 1 Mark Nauwelaerts 2010-06-15 09:30:17 UTC
Created attachment 163666 [details] [review]
mpeg4videoparse: add config-interval parameter

Pretty much as before, but with minor fixes and cleanups.
Comment 2 Mark Nauwelaerts 2010-06-15 09:45:20 UTC
commit c2b649d692c02b1d43695cbed08dcc81493dfa8b
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Tue Jun 15 11:16:34 2010 +0200

    mpeg4videoparse: add config-interval parameter to re-insert config in stream
    
    Add a new config-interval property to instruct the parser to insert
    config (VOSH, VOS, etc) at periodic intervals in the stream
    (when a GOP or VOP-I is encountered).
    
    Based on patch by <marc.leeman at gmail.com>
    
    Fixes #621205.