mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
ges: Remove versionning infos now that we start on the 1.X API serie
They are now meaningless, all the current symbols are the basic ones for the 1.X serie.
This commit is contained in:
parent
35cefaad1b
commit
b774783af8
11 changed files with 1 additions and 101 deletions
|
@ -674,8 +674,6 @@ ges_clip_class_init (GESClipClass * klass)
|
|||
* GESClip:supported-formats:
|
||||
*
|
||||
* The formats supported by the clip.
|
||||
*
|
||||
* Since: 0.10.XX
|
||||
*/
|
||||
properties[PROP_SUPPORTED_FORMATS] = g_param_spec_flags ("supported-formats",
|
||||
"Supported formats", "Formats supported by the file",
|
||||
|
@ -1031,8 +1029,6 @@ ges_clip_get_layer (GESClip * clip)
|
|||
* #GESBaseEffect that are applied on @clip order by ascendant priorities.
|
||||
* The refcount of the objects will be increased. The user will have to
|
||||
* unref each #GESBaseEffect and free the #GList.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
GList *
|
||||
ges_clip_get_top_effects (GESClip * clip)
|
||||
|
@ -1061,8 +1057,6 @@ ges_clip_get_top_effects (GESClip * clip)
|
|||
* Gets the top position of an effect.
|
||||
*
|
||||
* Returns: The top position of the effect, -1 if something went wrong.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
gint
|
||||
ges_clip_get_top_effect_position (GESClip * clip, GESBaseEffect * effect)
|
||||
|
@ -1088,8 +1082,6 @@ ges_clip_get_top_effect_position (GESClip * clip, GESBaseEffect * effect)
|
|||
* This is a convenience method that lets you set the priority of a top effect.
|
||||
*
|
||||
* Returns: %TRUE if @effect was successfuly moved, %FALSE otherwise.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
gboolean
|
||||
ges_clip_set_top_effect_priority (GESClip * clip,
|
||||
|
@ -1243,8 +1235,6 @@ ges_clip_split (GESClip * clip, guint64 position)
|
|||
* @supportedformats: the #GESTrackType defining formats supported by @clip
|
||||
*
|
||||
* Sets the formats supported by the file.
|
||||
*
|
||||
* Since: 0.10.XX
|
||||
*/
|
||||
void
|
||||
ges_clip_set_supported_formats (GESClip * clip, GESTrackType supportedformats)
|
||||
|
@ -1261,8 +1251,6 @@ ges_clip_set_supported_formats (GESClip * clip, GESTrackType supportedformats)
|
|||
* Get the formats supported by @clip.
|
||||
*
|
||||
* Returns: The formats supported by @clip.
|
||||
*
|
||||
* Since: 0.10.XX
|
||||
*/
|
||||
GESTrackType
|
||||
ges_clip_get_supported_formats (GESClip * clip)
|
||||
|
|
|
@ -178,8 +178,6 @@ _create_track_element (GESClip * self, GESTrackType type)
|
|||
*
|
||||
* Returns: a newly created #GESEffectClip, or
|
||||
* %NULL if something went wrong.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
GESEffectClip *
|
||||
ges_effect_clip_new (const gchar * video_bin_description,
|
||||
|
|
|
@ -238,8 +238,6 @@ ges_effect_create_element (GESTrackElement * object)
|
|||
*
|
||||
* Returns: a newly created #GESEffect, or %NULL if something went
|
||||
* wrong.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
GESEffect *
|
||||
ges_effect_new (const gchar * bin_description)
|
||||
|
|
|
@ -380,8 +380,6 @@ ges_text_overlay_clip_set_valign (GESTextOverlayClip * self,
|
|||
* @color: The color @self is being set to
|
||||
*
|
||||
* Sets the color of the text.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_text_overlay_clip_set_color (GESTextOverlayClip * self, guint32 color)
|
||||
|
@ -408,8 +406,6 @@ ges_text_overlay_clip_set_color (GESTextOverlayClip * self, guint32 color)
|
|||
* @position: The horizontal position @self is being set to
|
||||
*
|
||||
* Sets the horizontal position of the text.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_text_overlay_clip_set_xpos (GESTextOverlayClip * self, gdouble position)
|
||||
|
@ -436,8 +432,6 @@ ges_text_overlay_clip_set_xpos (GESTextOverlayClip * self, gdouble position)
|
|||
* @position: The vertical position @self is being set to
|
||||
*
|
||||
* Sets the vertical position of the text.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_text_overlay_clip_set_ypos (GESTextOverlayClip * self, gdouble position)
|
||||
|
@ -522,8 +516,6 @@ ges_text_overlay_clip_get_valignment (GESTextOverlayClip * self)
|
|||
* Get the color used by @source.
|
||||
*
|
||||
* Returns: The color used by @source.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
|
||||
const guint32
|
||||
|
@ -539,8 +531,6 @@ ges_text_overlay_clip_get_color (GESTextOverlayClip * self)
|
|||
* Get the horizontal position used by @source.
|
||||
*
|
||||
* Returns: The horizontal position used by @source.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
|
||||
const gdouble
|
||||
|
@ -556,8 +546,6 @@ ges_text_overlay_clip_get_xpos (GESTextOverlayClip * self)
|
|||
* Get the vertical position used by @source.
|
||||
*
|
||||
* Returns: The vertical position used by @source.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
|
||||
const gdouble
|
||||
|
|
|
@ -271,8 +271,6 @@ ges_text_overlay_set_halignment (GESTextOverlay * self, GESTextHAlign halign)
|
|||
* @color: The color @self is being set to
|
||||
*
|
||||
* Sets the color of the text.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_text_overlay_set_color (GESTextOverlay * self, guint32 color)
|
||||
|
@ -290,8 +288,6 @@ ges_text_overlay_set_color (GESTextOverlay * self, guint32 color)
|
|||
* @position: The horizontal position @self is being set to
|
||||
*
|
||||
* Sets the horizontal position of the text.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_text_overlay_set_xpos (GESTextOverlay * self, gdouble position)
|
||||
|
@ -309,8 +305,6 @@ ges_text_overlay_set_xpos (GESTextOverlay * self, gdouble position)
|
|||
* @position: The vertical position @self is being set to
|
||||
*
|
||||
* Sets the vertical position of the text.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_text_overlay_set_ypos (GESTextOverlay * self, gdouble position)
|
||||
|
@ -385,8 +379,6 @@ ges_text_overlay_get_valignment (GESTextOverlay * self)
|
|||
* Get the color used by @source.
|
||||
*
|
||||
* Returns: The color used by @source.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
const guint32
|
||||
ges_text_overlay_get_color (GESTextOverlay * self)
|
||||
|
@ -401,8 +393,6 @@ ges_text_overlay_get_color (GESTextOverlay * self)
|
|||
* Get the horizontal position used by @source.
|
||||
*
|
||||
* Returns: The horizontal position used by @source.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
const gdouble
|
||||
ges_text_overlay_get_xpos (GESTextOverlay * self)
|
||||
|
@ -417,8 +407,6 @@ ges_text_overlay_get_xpos (GESTextOverlay * self)
|
|||
* Get the vertical position used by @source.
|
||||
*
|
||||
* Returns: The vertical position used by @source.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
const gdouble
|
||||
ges_text_overlay_get_ypos (GESTextOverlay * self)
|
||||
|
|
|
@ -479,8 +479,6 @@ ges_timeline_class_init (GESTimelineClass * klass)
|
|||
* @position: the position where the two objects finally snapping.
|
||||
*
|
||||
* Will be emitted when the 2 #GESTrackElement first snapped
|
||||
*
|
||||
* Since: 0.10.XX
|
||||
*/
|
||||
ges_timeline_signals[SNAPING_STARTED] =
|
||||
g_signal_new ("snapping-started", G_TYPE_FROM_CLASS (klass),
|
||||
|
@ -496,8 +494,6 @@ ges_timeline_class_init (GESTimelineClass * klass)
|
|||
* @position: the position where the two objects finally snapping.
|
||||
*
|
||||
* Will be emitted when the 2 #GESTrackElement ended to snap
|
||||
*
|
||||
* Since: 0.10.XX
|
||||
*/
|
||||
ges_timeline_signals[SNAPING_ENDED] =
|
||||
g_signal_new ("snapping-ended", G_TYPE_FROM_CLASS (klass),
|
||||
|
@ -512,8 +508,6 @@ ges_timeline_class_init (GESTimelineClass * klass)
|
|||
* @track-element: The #GESTrackElement for which to choose the tracks it should land into
|
||||
*
|
||||
* Returns: (transfer full) (element-type GESTrack): a #GPtrArray of #GESTrack-s where that object should be added
|
||||
*
|
||||
* Since: 0.10.XX
|
||||
*/
|
||||
ges_timeline_signals[SELECT_TRACKS_FOR_OBJECT] =
|
||||
g_signal_new ("select-tracks-for-object", G_TYPE_FROM_CLASS (klass),
|
||||
|
|
|
@ -383,8 +383,6 @@ ges_title_clip_set_valignment (GESTitleClip * self, GESTextVAlign valign)
|
|||
* @color: The color @self is being set to
|
||||
*
|
||||
* Sets the color of the text.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_title_clip_set_color (GESTitleClip * self, guint32 color)
|
||||
|
@ -430,8 +428,6 @@ ges_title_clip_set_background (GESTitleClip * self, guint32 background)
|
|||
* @position: The horizontal position @self is being set to
|
||||
*
|
||||
* Sets the horizontal position of the text.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_title_clip_set_xpos (GESTitleClip * self, gdouble position)
|
||||
|
@ -453,8 +449,6 @@ ges_title_clip_set_xpos (GESTitleClip * self, gdouble position)
|
|||
* @position: The vertical position @self is being set to
|
||||
*
|
||||
* Sets the vertical position of the text.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_title_clip_set_ypos (GESTitleClip * self, gdouble position)
|
||||
|
@ -537,8 +531,6 @@ ges_title_clip_get_valignment (GESTitleClip * self)
|
|||
* Get the color used by @self.
|
||||
*
|
||||
* Returns: The color used by @self.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
const guint32
|
||||
ges_title_clip_get_text_color (GESTitleClip * self)
|
||||
|
@ -567,8 +559,6 @@ ges_title_clip_get_background_color (GESTitleClip * self)
|
|||
* Get the horizontal position used by @self.
|
||||
*
|
||||
* Returns: The horizontal position used by @self.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
const gdouble
|
||||
ges_title_clip_get_xpos (GESTitleClip * self)
|
||||
|
@ -583,8 +573,6 @@ ges_title_clip_get_xpos (GESTitleClip * self)
|
|||
* Get the vertical position used by @self.
|
||||
*
|
||||
* Returns: The vertical position used by @self.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
const gdouble
|
||||
ges_title_clip_get_ypos (GESTitleClip * self)
|
||||
|
|
|
@ -270,8 +270,6 @@ ges_title_source_set_halignment (GESTitleSource * self, GESTextHAlign halign)
|
|||
* @color: the color @self is being set to
|
||||
*
|
||||
* Sets the color of the text.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_title_source_set_text_color (GESTitleSource * self, guint32 color)
|
||||
|
@ -306,8 +304,6 @@ ges_title_clip_set_background_color_color (GESTitleSource * self, guint32 color)
|
|||
* @position: the horizontal position @self is being set to
|
||||
*
|
||||
* Sets the horizontal position of the text.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_title_source_set_xpos (GESTitleSource * self, gdouble position)
|
||||
|
@ -325,8 +321,6 @@ ges_title_source_set_xpos (GESTitleSource * self, gdouble position)
|
|||
* @position: the color @self is being set to
|
||||
*
|
||||
* Sets the vertical position of the text.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_title_source_set_ypos (GESTitleSource * self, gdouble position)
|
||||
|
@ -402,8 +396,6 @@ ges_title_source_get_valignment (GESTitleSource * source)
|
|||
* Get the color used by @source.
|
||||
*
|
||||
* Returns: The color used by @source.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
const guint32
|
||||
ges_title_source_get_text_color (GESTitleSource * source)
|
||||
|
@ -432,8 +424,6 @@ ges_title_source_get_background_color (GESTitleSource * source)
|
|||
* Get the horizontal position used by @source.
|
||||
*
|
||||
* Returns: The horizontal position used by @source.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
const gdouble
|
||||
ges_title_source_get_xpos (GESTitleSource * source)
|
||||
|
@ -448,8 +438,6 @@ ges_title_source_get_xpos (GESTitleSource * source)
|
|||
* Get the vertical position used by @source.
|
||||
*
|
||||
* Returns: The vertical position used by @source.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
const gdouble
|
||||
ges_title_source_get_ypos (GESTitleSource * source)
|
||||
|
|
|
@ -245,8 +245,6 @@ ges_track_element_class_init (GESTrackElementClass * klass)
|
|||
*
|
||||
* The deep notify signal is used to be notified of property changes of all
|
||||
* the childs of @track_element
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
ges_track_element_signals[DEEP_NOTIFY] =
|
||||
g_signal_new ("deep-notify", G_TYPE_FROM_CLASS (klass),
|
||||
|
@ -981,8 +979,6 @@ ges_track_element_get_element (GESTrackElement * object)
|
|||
* or not.
|
||||
*
|
||||
* Returns: %TRUE if @object is active, %FALSE otherwize
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
gboolean
|
||||
ges_track_element_is_active (GESTrackElement * object)
|
||||
|
@ -1015,8 +1011,6 @@ ges_track_element_is_active (GESTrackElement * object)
|
|||
* Returns: TRUE if @element and @pspec could be found. FALSE otherwise. In that
|
||||
* case the values for @pspec and @element are not modified. Unref @element after
|
||||
* usage.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
gboolean
|
||||
ges_track_element_lookup_child (GESTrackElement * object,
|
||||
|
@ -1066,8 +1060,6 @@ ges_track_element_lookup_child (GESTrackElement * object,
|
|||
* @value: the value
|
||||
*
|
||||
* Sets a property of a child of @object.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_track_element_set_child_property_by_pspec (GESTrackElement * object,
|
||||
|
@ -1103,8 +1095,6 @@ not_found:
|
|||
* that have the same property name, you can distinguish them using the following
|
||||
* syntax: 'ClasseName::property_name' as property name. If you don't, the
|
||||
* corresponding property of the first element found will be set.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_track_element_set_child_property_valist (GESTrackElement * object,
|
||||
|
@ -1174,8 +1164,6 @@ cant_copy:
|
|||
* that have the same property name, you can distinguish them using the following
|
||||
* syntax: 'ClasseName::property_name' as property name. If you don't, the
|
||||
* corresponding property of the first element found will be set.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_track_element_set_child_properties (GESTrackElement * object,
|
||||
|
@ -1202,8 +1190,6 @@ ges_track_element_set_child_properties (GESTrackElement * object,
|
|||
* that have the same property name, you can distinguish them using the following
|
||||
* syntax: 'ClasseName::property_name' as property name. If you don't, the
|
||||
* corresponding property of the first element found will be set.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_track_element_get_child_property_valist (GESTrackElement * object,
|
||||
|
@ -1260,8 +1246,6 @@ cant_copy:
|
|||
*
|
||||
* Returns: (transfer full) (array length=n_properties): an array of #GParamSpec* which should be freed after use or
|
||||
* %NULL if something went wrong
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
GParamSpec **
|
||||
ges_track_element_list_children_properties (GESTrackElement * object,
|
||||
|
@ -1284,8 +1268,6 @@ ges_track_element_list_children_properties (GESTrackElement * object,
|
|||
* name/return location pairs, followed by NULL
|
||||
*
|
||||
* Gets properties of a child of @object.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_track_element_get_child_properties (GESTrackElement * object,
|
||||
|
@ -1308,8 +1290,6 @@ ges_track_element_get_child_properties (GESTrackElement * object,
|
|||
* @value: (out): return location for the value
|
||||
*
|
||||
* Gets a property of a child of @object.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
void
|
||||
ges_track_element_get_child_property_by_pspec (GESTrackElement * object,
|
||||
|
@ -1560,8 +1540,6 @@ ges_track_element_split_bindings (GESTrackElement * element,
|
|||
*
|
||||
* Returns: %TRUE if the object as been edited properly, %FALSE if an error
|
||||
* occured
|
||||
*
|
||||
* Since: 0.10.XX
|
||||
*/
|
||||
gboolean
|
||||
ges_track_element_edit (GESTrackElement * object,
|
||||
|
@ -1624,8 +1602,6 @@ ges_track_element_edit (GESTrackElement * object,
|
|||
*
|
||||
* Returns: %TRUE if the binding could be created and added, %FALSE if an error
|
||||
* occured
|
||||
*
|
||||
* Since: 1.0.XX
|
||||
*/
|
||||
gboolean
|
||||
ges_track_element_set_control_source (GESTrackElement * object,
|
||||
|
@ -1699,8 +1675,6 @@ ges_track_element_set_control_source (GESTrackElement * object,
|
|||
*
|
||||
* Returns: (transfer none): the #GstControlBinding associated with @property_name, or %NULL
|
||||
* if that property is not controlled.
|
||||
*
|
||||
* Since: 1.0.XX
|
||||
*/
|
||||
GstControlBinding *
|
||||
ges_track_element_get_control_binding (GESTrackElement * object,
|
||||
|
|
|
@ -79,7 +79,7 @@ struct _GESTrackElement {
|
|||
* like to configure.
|
||||
* The default implementation will create an object
|
||||
* of type @gnlobject_factorytype and call
|
||||
* @create_element. Since: 0.10.2
|
||||
* @create_element.
|
||||
*
|
||||
* Subclasses can override the @create_gnl_object method to override what type
|
||||
* of GNonLin object will be created.
|
||||
|
|
|
@ -568,8 +568,6 @@ ges_track_class_init (GESTrackClass * klass)
|
|||
* @effect: the #GESTrackElement that was added.
|
||||
*
|
||||
* Will be emitted after a track element was added to the track.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
ges_track_signals[TRACK_ELEMENT_ADDED] =
|
||||
g_signal_new ("track-element-added", G_TYPE_FROM_CLASS (klass),
|
||||
|
@ -582,8 +580,6 @@ ges_track_class_init (GESTrackClass * klass)
|
|||
* @effect: the #GESTrackElement that was removed.
|
||||
*
|
||||
* Will be emitted after a track element was removed from the track.
|
||||
*
|
||||
* Since: 0.10.2
|
||||
*/
|
||||
ges_track_signals[TRACK_ELEMENT_REMOVED] =
|
||||
g_signal_new ("track-element-removed", G_TYPE_FROM_CLASS (klass),
|
||||
|
|
Loading…
Reference in a new issue