|
Hi all,
I've been trying to learn how to use GStreamer Editing Services (GES), but I'm little bit lost. I'm trying to implement a simple video player (using Qt), playing a single video using GES, instead of normal pipeline. I have a GESTimelinePipeline which contains a GESTimeline and so on, and I'm able to set its state to playing. However, I'm not able to see the video. Does the pipeline already contain a videosink, or should I somehow add it myself? Should I be listening for the "prepare-xwindow-id" message similarly as I do with the normal pipeline? Could someone point me into the right direction?
Thank you!
|