mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
ges: Deprecate ges_play_sink_convert_frame
It has nothing to do in our namespace/API
This commit is contained in:
parent
fcfa18ac76
commit
99cee9218b
3 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue