Hi, all: I got a problem about ClutterMedia, after creating a ClutterGstVideoTexture object "tex", I want to use clutter_media_set_progress to let it show a specified frame of this video file, I do it this way:
ClutterActor *tex = clutter_gst_video_texture_new(); clutter_media_set_filename(CLUTTER_MEDIA(tex), argv[1]); clutter_media_set_progress(CLUTTER_MEDIA(tex), 0.6); But when the application window comes out, it also shows the first frame of the video file. Any body any idea why? Thanks! -- Best Regards
