<div dir="ltr"><div><div><div><div><div>Dear gstreamer developers,<br><br></div>I'm using qtgstreamer 0.10.2-2ubuntu (as supplied in my ubuntu 'saucy' distro), and I wish to pump demuxed video packets into a ffdec_h264 element.<br>
<br></div>I've managed to do this without problems in a 'regular' gstreamer / glib program, and I just use the GstBuffer object and set the appropritate parameters thereof, including using GST_BUFFER_TIMESTAMP(x) to set the timestamp values.<br>
<br></div>However, I wish to do this in a qtgstreamer environment, but I am baffled as to how to set the timestamps on buffers. The Buffer object has a timeStamp method, which as far as I can tell is a 'getter' of the timestamp, but not a 'setter'.<br>
<br></div>There is no other way that I can see (perhaps I misunderstood something) to set the timestamp of a buffer. Is this indeed the case? Can anyone give me a pointer on how to do this?<br><br>Thanks & best regards,<br>
<br></div>Martin Jackson<br></div>