Hi,
An error occurred while doing a project Using GStreamer. The Error message is in below image. Any idea what to do? Any help would be really appreciated. Thanks.
Error While Rendering Project
GStreamer encountered a general stream error.
Qtdemux.c(4035): gst_qtdemux_loop (): /pitivi+utils+pipeline+Pipeline:pitivi+utils
+pipeline+pipeline1/GESTimeline: gestimeline1/GESTrack:gestrack3/
GnlComposition:gnlcomposition3/GnlURISource:gnlurisource1/
GstURIDecodeBin:internal-uridecodebin/GstDecodeBin:decodebin7/
GstQTDemux:qtdemux6:
Streaming stopped, reason not negotiated
OK
An error occurred while doing a project Using GStreamer
Hi, most probably you set "ximagesink" as your video output. If this is the case, it means that your CPU is running all the time the moment you launch GStream. Change "ximagesink" to "xvimagesink"("X Window System (X11/XShm/Xv)")) so your graphics card will support the process instead of the CPU.
Also, review your plugin and set all to auto.
An error occurred while doing a project Using GStreamer
The video is sluggish /has a slow response. You may have set "ximagesink" ("X Window System (No Xv)") as video-output. This means, that your cpu is doing all the work. Change it to "xvimagesink" ("X Window System (X11/XShm/Xv)") in order to let your graphics card do the work. To change the settings, run "gstreamer-properties", click the Video tab and change the appropriate settings. Hope it helps you too.
Waters Magner