[Bug 732707] New: v4l2object: Assert with fakesink
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jul 3 21:05:06 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=732707
GStreamer | gst-plugins-good | 1.3.90
Summary: v4l2object: Assert with fakesink
Classification: Platform
Product: GStreamer
Version: 1.3.90
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: nicolas.dufresne at collabora.co.uk
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Following pipeline would lead to assertion on NULL pool:
gst-launch-1.0 filesrc location=... ! qtdemux ! h264parse ! v4l2video8dec !
fakesink
(gst-launch-1.0:17083): GStreamer-CRITICAL **: gst_buffer_pool_get_config:
assertion 'GST_IS_BUFFER_POOL (pool)' failed
(gst-launch-1.0:17083): GStreamer-CRITICAL **:
gst_buffer_pool_config_get_params: assertion 'config != NULL' failed
(gst-launch-1.0:17083): GStreamer-CRITICAL **: gst_structure_free: assertion
'structure != NULL' failed
This is because if special stride is needed and downstream don't have VideoMeta
support, we let the baseclass create a generic pool to copy to. Patch coming.
--
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