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 648276 - [vp8enc] Allow changing bitrate and other parameters during encoding
[vp8enc] Allow changing bitrate and other parameters during encoding
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.0.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-20 07:18 UTC by Sebastian Dröge (slomo)
Modified: 2012-10-06 11:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2011-04-20 07:18:41 UTC
See summary, can be done the same way how the parameters are currently set, just in _set_property()
Comment 1 Sebastian Dröge (slomo) 2012-09-16 08:33:43 UTC
FWIW vpx_codec_enc_config_set() is what is to be used to update a configuration while the encoder is running.
Comment 2 Sebastian Dröge (slomo) 2012-09-17 07:41:37 UTC
commit 3e86ea8fb5cbca1900207c045dd60c3073a587a2
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Mon Sep 17 09:40:41 2012 +0200

    vp8enc: Allow changing bitrate and other parameters during playback
    
    Fixes bug #648276.