[Bug 682770] v4l2src should renegotiate

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 27 14:07:00 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=682770
  GStreamer | gst-plugins-good | git

Andre Moreira Magalhaes <andrunko> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrunko at gmail.com

--- Comment #12 from Andre Moreira Magalhaes <andrunko at gmail.com> 2012-09-27 21:06:54 UTC ---
While taking a picture/recording a video with camerabin/v4l2src,
gst_base_src_loop fails in pad_push with GST_FLOW_NOT_NEGOTIATED, and right
after it tries to check the pad flag (gst_pad_needs_reconfigure) and with the
patch from comment #9 this flag is never set, causing an "Internal data flow
error".

This happens cause v4l2src has to renegotiate its caps to the picture/video
format, but renegotiation is disabled so the pipeline fails.

-- 
Configure bugmail: https://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