pitivi / gst-editing-services

MIRROR of the GStreamer Editing Services repository for pull requests. The official git repository is at http://cgit.freedesktop.org/gstreamer/gst-editing-services/
Other
1 stars 1 forks source link

ProRes files make the pipeline explode #57

Closed nekohayo closed 5 years ago

nekohayo commented 11 years ago

Grab this sample file here (you are welcome to use it as part of your integration tests): http://jeff.ecchi.ca/public/PRORES%20SAMPLE%20FOR%20DANNY.mov

Insert it into a blank Pitivi timeline, and you will get thousands (endless) error messages:

ERROR 15:08:06 pipeline             _busMessageCb: error from <__main__.GstQTDemux object at 0x5326fa0 (GstQTDemux at 0x45319d0)>: GStreamer encountered a general stream error. (qtdemux.c(4394): gst_qtdemux_loop (): /pitivi+utils+pipeline+Pipeline:pitivi+utils+pipeline+pipeline1/GESTimeline:gestimeline1/GESVideoTrack:gesvideotrack1/GnlComposition:gnlcomposition2/GnlSource:gnlsource0/GstBin:videosrcbin/GstURIDecodeBin:uridecodebin2/GstDecodeBin:decodebin103/GstQTDemux:qtdemux99:
streaming stopped, reason not-linked) (../pitivi/pitivi/utils/pipeline.py:433)
thiblahute commented 11 years ago

Does it properly work with a simple gst player?

MathieuDuponchelle commented 11 years ago

gst-launch-1.0 uridecodebin uri=file:///home/meh/Videos/prores.mov ! videoconvert ! autovideosink works, errors in pitivi indeed. I confirm the bug.


From: Saunier Thibault notifications@github.com Sent: Thursday, September 26, 2013 10:01 PM To: pitivi/gst-editing-services Subject: Re: [gst-editing-services] ProRes files make the pipeline explode (#57)

Does it properly work with a simple gst player?

Reply to this email directly or view it on GitHubhttps://github.com/pitivi/gst-editing-services/issues/57#issuecomment-25198891.

thiblahute commented 5 years ago

Was in pitivi anyway, should we test again there.