[gstreamer-bugs] [Bug 301718] assertion when using ffenc_* elements with v4l2src

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue May 3 08:28:23 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=301718
 GStreamer | gst-ffmpeg | Ver: HEAD CVS





------- Additional Comments From Luca Ognibene  2005-05-03 15:28 -------
I'll try to dig better when i'll have some free time. I'm using v4l2src on a
anothers pc and it's working fine..

Can we at least fix the _big_ leak:
Change 
g_return_if_fail (frame_size == GST_BUFFER_SIZE (inbuf));
to 
if (frame_size != GST_BUFFER_SIZE (inbuf)) {
  gst_buffer_unref (inbuf);
  return ;
}

(not tested code..)

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list