[gstreamer-bugs] [Bug 346203] ximagesrc does not respect framerate filter caps

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jul 5 09:45:04 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=346203
 GStreamer | gst-plugins-good | Ver: HEAD CVS





------- Comment #1 from Tim-Philipp Müller  2006-07-05 16:45 UTC -------
Seems to work for me (unless I am misunderstandingn the bug description):

$ gst-launch-0.10 ximagesrc ! video/x-raw-rgb,framerate=\(fraction\)1/1 !
fakesink -v

....

/pipeline0/fakesink0: last-message = "event   ******* E (type: 102,
GstEventNewsegment, update=(boolean)false, rate=(double)1,
applied_rate=(double)1, format=(GstFormat)GST_FORMAT_BYTES, start=(gint64)0,
stop=(gint64)-1, position=(gint64)0) 0x807eaa0"
/pipeline0/fakesink0: last-message = "chain   ******* < (3528000 bytes,
timestamp: 0:00:00.000449000, duration: 0:00:00.999551000, offset: -1,
offset_end: -1, flags: 32) 0x811e018"
/pipeline0/fakesink0: last-message = "chain   ******* < (3528000 bytes,
timestamp: 0:00:01.000000000, duration: 0:00:01.000000000, offset: -1,
offset_end: -1, flags: 32) 0x811e018"
/pipeline0/fakesink0: last-message = "chain   ******* < (3528000 bytes,
timestamp: 0:00:02.000000000, duration: 0:00:01.000000000, offset: -1,
offset_end: -1, flags: 32) 0x811e018"
/pipeline0/fakesink0: last-message = "chain   ******* < (3528000 bytes,
timestamp: 0:00:03.000000000, duration: 0:00:01.000000000, offset: -1,
offset_end: -1, flags: 32) 0x811e018"
/pipeline0/fakesink0: last-message = "chain   ******* < (3528000 bytes,
timestamp: 0:00:04.000000000, duration: 0:00:01.000000000, offset: -1,
offset_end: -1, flags: 32) 0x811e018"
/pipeline0/fakesink0: last-message = "chain   ******* < (3528000 bytes,
timestamp: 0:00:05.000000000, duration: 0:00:01.000000000, offset: -1,
offset_end: -1, flags: 32) 0x811e018"
q/pipeline0/fakesink0: last-message = "chain   ******* < (3528000 bytes,
timestamp: 0:00:06.000000000, duration: 0:00:01.000000000, offset: -1,
offset_end: -1, flags: 32) 0x811e018"

Seems a bit weird that it sends a newsegment event in BYTES rather than TIME
though.


If I try 25fps it just sends out frames as quickly as possible it seems (it's
using 100% CPU then on this box)


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list