[gst-devel] ongoing gst newbie drab...

august august at alien.mur.at
Mon Mar 10 01:14:08 CET 2003


can someone tell me where/why this warning comes about.

(process:26145): GStreamer-WARNING **: abnormal clock request diff:
ABS(-2008292000) > 2000000000


seems to be happening when I do this:

	gst_element_set_state(GST_ELEMENT(pipeline), GST_STATE_NULL);
	g_object_set(G_OBJECT(httpsrc),"location", location, NULL);
	g_object_set(G_OBJECT(httpsrc),"bytesperread", 1024*32, NULL);
	g_object_set (G_OBJECT (queue1), "max-level", 1024*256, NULL);
	gst_element_set_state(GST_ELEMENT(pipeline), GST_STATE_PLAYING);



thanks - august.





More information about the gstreamer-devel mailing list