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 617870 - support dynamic change of lowres property
support dynamic change of lowres property
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-06 08:56 UTC by Luca Ognibene
Modified: 2013-07-23 11:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
testcase (2.12 KB, text/x-python)
2010-05-06 08:56 UTC, Luca Ognibene
Details

Description Luca Ognibene 2010-05-06 08:56:56 UTC
Created attachment 160409 [details]
testcase

Right now if you change lowres property on a ffmpeg decoder while a pipeline is running you see the video change size but not the xvimagesink window. It seems that buffers size is not changed.
Comment 1 Wim Taymans 2010-05-13 08:51:40 UTC
xvimagesink does not change the window size after it has created its window, AFAIK.
Comment 2 Luca Ognibene 2010-05-13 08:58:33 UTC
i think it's more a problem in ffmpeg, it doesn't work even with fakesink. Right now i set the decoder to READY, change lowres and back to PLAYING and it seems to work fine (i don't use xvimagesink in my app).
Comment 3 David Schleef 2011-06-01 00:31:31 UTC
There is no point to the lowres property.  Only intra formats benefit from half-size decoding at all, and only Dirac and DV benefit more than a tiny amount.  Everything else just downscales after decoding.

Do you still want this?
Comment 4 Edward Hervey 2013-07-23 11:48:44 UTC
No, we don't really care about this in 2013.