ges: Deprecate ges_play_sink_convert_frame

It has nothing to do in our namespace/API
This commit is contained in:
Thibault Saunier 2019-05-01 13:19:42 -04:00
parent fcfa18ac76
commit 99cee9218b
3 changed files with 5 additions and 2 deletions

View file

@ -42,7 +42,6 @@ gi-index
ges-operation.h
ges-overlay-clip.h
# ges-pitivi-formatter.h
ges-screenshot.h
ges-source-clip.h
ges-source.h
ges-text-overlay-clip.h
@ -50,7 +49,6 @@ gi-index
ges-track-element-asset.h
ges-transition-clip.h
ges-transition.h
ges-types.h
ges-uri-asset.h
ges-video-test-source.h
ges-video-transition.h

View file

@ -22,6 +22,8 @@
* SECTION:gespipeline
* @title: GESPipeline
* @short_description: Convenience GstPipeline for editing.
* @symbols:
* - ges_play_sink_convert_frame
*
* #GESPipeline allows developers to view and render #GESTimeline
* in a simple fashion.

View file

@ -35,6 +35,9 @@
*
* Returns: (transfer full): A #GstSample containing the last frame from
* @playsink in the format defined by the @caps
*
* Deprecated: 1.18: Use the "convert-sample" action signal of
* #playsink instead.
*/
GstSample *
ges_play_sink_convert_frame (GstElement * playsink, GstCaps * caps)