GNOME Bugzilla – Bug 620279
[playsink] expose 'frame' property and move 'convert-frame' action from playbin2
Last modified: 2010-06-05 09:11:23 UTC
* Expose the 'frame' property (i.e. gst_play_sink_get_last_frame()) * move gst_play_bin_convert_frame to gstplaysink and make it accessible from there also as an action signal.
commit 823089cf68b319f0c017cdd3a31ffcb5a9054328 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Sat Jun 5 10:31:03 2010 +0200 playsink: add property to get the last frame Add a property to get the last video frame. See #620279 commit 31ef191f01109bae8ec349397bce52f61396ec6f Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Sat Jun 5 11:05:22 2010 +0200 playsink: add convert-frame action signal Add a convert-frame action signal. Fixes #620279