mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
timeline-element: Fix compilation errors
There were some code errors introduced in commit 6b738b7a
This commit is contained in:
parent
21294f907e
commit
c04342e4f1
2 changed files with 2 additions and 2 deletions
|
@ -929,7 +929,7 @@ ges_timeline_element_get_priority (GESTimelineElement * self)
|
||||||
*
|
*
|
||||||
* Returns: %TRUE if @priority could be set.
|
* Returns: %TRUE if @priority could be set.
|
||||||
*/
|
*/
|
||||||
void
|
gboolean
|
||||||
ges_timeline_element_set_priority (GESTimelineElement * self, guint32 priority)
|
ges_timeline_element_set_priority (GESTimelineElement * self, guint32 priority)
|
||||||
{
|
{
|
||||||
GESTimelineElementClass *klass;
|
GESTimelineElementClass *klass;
|
||||||
|
|
|
@ -218,7 +218,7 @@ GES_API
|
||||||
gboolean ges_timeline_element_set_start (GESTimelineElement *self, GstClockTime start);
|
gboolean ges_timeline_element_set_start (GESTimelineElement *self, GstClockTime start);
|
||||||
GES_API
|
GES_API
|
||||||
gboolean ges_timeline_element_set_inpoint (GESTimelineElement *self, GstClockTime inpoint);
|
gboolean ges_timeline_element_set_inpoint (GESTimelineElement *self, GstClockTime inpoint);
|
||||||
gboolean
|
GES_API
|
||||||
gboolean ges_timeline_element_set_duration (GESTimelineElement *self, GstClockTime duration);
|
gboolean ges_timeline_element_set_duration (GESTimelineElement *self, GstClockTime duration);
|
||||||
GES_API
|
GES_API
|
||||||
gboolean ges_timeline_element_set_max_duration (GESTimelineElement *self, GstClockTime maxduration);
|
gboolean ges_timeline_element_set_max_duration (GESTimelineElement *self, GstClockTime maxduration);
|
||||||
|
|
Loading…
Reference in a new issue