mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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>
|
||||
GESTimelineSource
|
||||
GESTimelineSourceClass
|
||||
ges_timeline_source_new
|
||||
<SUBSECTION Standard>
|
||||
GESTimelineSourcePrivate
|
||||
ges_timeline_source_get_type
|
||||
|
|
|
@ -213,12 +213,6 @@ ges_timeline_source_init (GESTimelineSource * self)
|
|||
self->valign = DEFAULT_PROP_VALIGNMENT;
|
||||
}
|
||||
|
||||
GESTimelineSource *
|
||||
ges_timeline_source_new (void)
|
||||
{
|
||||
return g_object_new (GES_TYPE_TIMELINE_SOURCE, NULL);
|
||||
}
|
||||
|
||||
static GESTrackObject *
|
||||
ges_timeline_source_create_track_object (GESTimelineObject * obj,
|
||||
GESTrack * track)
|
||||
|
|
|
@ -82,8 +82,6 @@ struct _GESTimelineSourceClass {
|
|||
|
||||
GType ges_timeline_source_get_type (void);
|
||||
|
||||
GESTimelineSource* ges_timeline_source_new (void);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* _GES_TIMELINE_SOURCE */
|
||||
|
|
Loading…
Reference in a new issue