mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 20:25:25 +00:00
GESTimelineSource: Remove _new() since it's a base class
This commit is contained in:
parent
faec1e803d
commit
8cef09279a
3 changed files with 0 additions and 9 deletions
|
@ -328,7 +328,6 @@ GES_TYPE_TIMELINE_PIPELINE
|
||||||
<TITLE>GESTimelineSource</TITLE>
|
<TITLE>GESTimelineSource</TITLE>
|
||||||
GESTimelineSource
|
GESTimelineSource
|
||||||
GESTimelineSourceClass
|
GESTimelineSourceClass
|
||||||
ges_timeline_source_new
|
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GESTimelineSourcePrivate
|
GESTimelineSourcePrivate
|
||||||
ges_timeline_source_get_type
|
ges_timeline_source_get_type
|
||||||
|
|
|
@ -213,12 +213,6 @@ ges_timeline_source_init (GESTimelineSource * self)
|
||||||
self->valign = DEFAULT_PROP_VALIGNMENT;
|
self->valign = DEFAULT_PROP_VALIGNMENT;
|
||||||
}
|
}
|
||||||
|
|
||||||
GESTimelineSource *
|
|
||||||
ges_timeline_source_new (void)
|
|
||||||
{
|
|
||||||
return g_object_new (GES_TYPE_TIMELINE_SOURCE, NULL);
|
|
||||||
}
|
|
||||||
|
|
||||||
static GESTrackObject *
|
static GESTrackObject *
|
||||||
ges_timeline_source_create_track_object (GESTimelineObject * obj,
|
ges_timeline_source_create_track_object (GESTimelineObject * obj,
|
||||||
GESTrack * track)
|
GESTrack * track)
|
||||||
|
|
|
@ -82,8 +82,6 @@ struct _GESTimelineSourceClass {
|
||||||
|
|
||||||
GType ges_timeline_source_get_type (void);
|
GType ges_timeline_source_get_type (void);
|
||||||
|
|
||||||
GESTimelineSource* ges_timeline_source_new (void);
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* _GES_TIMELINE_SOURCE */
|
#endif /* _GES_TIMELINE_SOURCE */
|
||||||
|
|
Loading…
Reference in a new issue