GNOME Bugzilla – Bug 112943
videotestsrc failure
Last modified: 2004-12-22 21:47:04 UTC
"gst-launch videotestsrc fourcc='RGB ' ! xvideosink" crashes. Any unsupported string after fourcc causes the crash.
Hey! You're supposed to be checking 0.6, not HEAD. Are you sure this is broken? It works here.
Ok, that's fixed. Now fix this: gst-launch videotestsrc ! tee ! xvideosink Without the tee it works and with identity, too.
And add a sync parameter.
The tee problem appears to be tee's fault, so I'm opening another bug for that. So, remaining to be resolved: - add sync parameter
Added sync parameter. Q: Should gst_videotestsrc_set_clock() have a different behavior depending on the sync parameter?
A: no. ok, this is fixed. (and merged to 0.6)
ugh :) know of a patch that did it for our children ?
Created attachment 17280 [details] [review] patch