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 620279 - [playsink] expose 'frame' property and move 'convert-frame' action from playbin2
[playsink] expose 'frame' property and move 'convert-frame' action from playbin2
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 0.10.30
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-01 17:09 UTC by Edward Hervey
Modified: 2010-06-05 09:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2010-06-01 17:09:24 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.
Comment 1 Wim Taymans 2010-06-05 09:11:23 UTC
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