After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 112943 - videotestsrc failure
videotestsrc failure
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.6.2
Assigned To: David Schleef
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-13 23:54 UTC by Benjamin Otte (Company)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (3.47 KB, patch)
2003-06-07 19:51 UTC, David Schleef
none Details | Review

Description Benjamin Otte (Company) 2003-05-13 23:54:07 UTC
"gst-launch videotestsrc fourcc='RGB ' ! xvideosink" crashes. Any
unsupported string after fourcc causes the crash.
Comment 1 David Schleef 2003-05-14 06:10:20 UTC
Hey!  You're supposed to be checking 0.6, not HEAD.

Are you sure this is broken?  It works here.
Comment 2 Benjamin Otte (Company) 2003-05-15 19:59:26 UTC
Ok, that's fixed.
Now fix this:
gst-launch videotestsrc ! tee ! xvideosink
Without the tee it works and with identity, too.
Comment 3 David Schleef 2003-05-15 20:16:21 UTC
And add a sync parameter.
Comment 4 David Schleef 2003-05-18 04:10:46 UTC
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
Comment 5 David Schleef 2003-05-18 05:29:37 UTC
Added sync parameter.

Q: Should gst_videotestsrc_set_clock() have a different behavior
depending on the sync parameter?
Comment 6 David Schleef 2003-05-21 07:00:16 UTC
A: no.

ok, this is fixed.  (and merged to 0.6)
Comment 7 Thomas Vander Stichele 2003-06-07 13:59:49 UTC
ugh :) know of a patch that did it for our children ?
Comment 8 David Schleef 2003-06-07 19:51:30 UTC
Created attachment 17280 [details] [review]
patch