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 611302 - [imagefreeze] Add still frame stream generator
[imagefreeze] Add still frame stream generator
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-27 16:38 UTC by Sebastian Dröge (slomo)
Modified: 2010-03-11 07:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
imagefreeze: Add still frame stream generator element (27.47 KB, patch)
2010-02-27 16:39 UTC, Sebastian Dröge (slomo)
none Details | Review
imagefreeze: Add still frame stream generator element (27.70 KB, patch)
2010-02-27 18:43 UTC, Sebastian Dröge (slomo)
committed Details | Review
imagefreeze: Implement reverse playback and set buffer offsets (5.16 KB, patch)
2010-02-28 14:02 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2010-02-27 16:38:39 UTC
Hi,
the attached patches add imagefreeze, a still frame generator, to gst-plugins-bad. I'll push this after the releases but created a bug for it to allow people to comment it now already.
Comment 1 Sebastian Dröge (slomo) 2010-02-27 16:39:00 UTC
Created attachment 154852 [details] [review]
imagefreeze: Add still frame stream generator element
Comment 2 Sebastian Dröge (slomo) 2010-02-27 16:39:28 UTC
I should probably add here, that this is based on the imagefreeze python element from pitivi.
Comment 3 Sebastian Dröge (slomo) 2010-02-27 18:43:34 UTC
Created attachment 154859 [details] [review]
imagefreeze: Add still frame stream generator element
Comment 4 Sebastian Dröge (slomo) 2010-02-28 14:02:38 UTC
Created attachment 154897 [details] [review]
imagefreeze: Implement reverse playback and set buffer offsets
Comment 5 Stefan Sauer (gstreamer, gtkdoc dev) 2010-03-08 15:51:42 UTC
how does this differ from freeze element?
Comment 6 Sebastian Dröge (slomo) 2010-03-09 21:55:44 UTC
It does what freeze does but correctly... and only works for video.
Comment 7 Stefan Sauer (gstreamer, gtkdoc dev) 2010-03-11 07:34:29 UTC
freeze only makes sense for video really. Why can't freeze be fixed? What are we doing with the existing freeze element now?