GES, resizing and positioning clips
waldemar
valdemar at gmail.com
Sun May 11 20:54:03 PDT 2014
I just need to extract the GESTrackElement that runs on the GESTrack for
video from the GESClip object, then set the properties like with any other
g_object after the clip has been added to the timeline-layer-track.
...
GESTrack* ges_track_v;
GESClip* ges_clip;
GESTrackElement* ges_track_element;
...
ges_track_element = ges_clip_find_track_element(ges_clip, ges_track_v,
G_TYPE_NONE);
if (ges_track_element) {
ges_track_element_set_child_properties(ges_track_element,
"posx", position_x,
"posy", position_y,
"width", new_width,
NULL);
}
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/GES-resizing-and-positioning-clips-tp4666919p4666926.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list