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 582424 - [videoscale] Add support for scale changes in a time stamped event list
[videoscale] Add support for scale changes in a time stamped event list
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-13 02:01 UTC by Stephen Jungels
Modified: 2009-05-19 10:22 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Suggested patch to implement enhancement (7.65 KB, patch)
2009-05-13 02:02 UTC, Stephen Jungels
none Details | Review

Description Stephen Jungels 2009-05-13 02:01:20 UTC
This is a request for enhancement with a suggested patch coming soon from the bug reporter.  Purpose: allow the videoscale element to change scale dynamically in response to time stamped events provided by a linked list.
Comment 1 Stephen Jungels 2009-05-13 02:02:26 UTC
Created attachment 134538 [details] [review]
Suggested patch to implement enhancement
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2009-05-13 20:38:04 UTC
Could you describe what you want to do? We have gst-controller for dynamically changig properties over time. Now video scale is not using properties as it scales acording to the caps. Incase you have a videocrop next to it, I'd rather see a videozoom element that does an in-place crop and scale and has a controllable zoom parameter.
Comment 3 Stephen Jungels 2009-05-18 23:09:59 UTC
The patch I submitted comes from a prototype and we are moving the feature into a dedicated scale element which will be made available as a patch if necessary.  Feel free to mark as WONTFIX, thanks.
Comment 4 Stefan Sauer (gstreamer, gtkdoc dev) 2009-05-19 10:22:48 UTC
Stephen, thanks for replying. I look forward to see the new element.