[Bug 692784] New: typefind element pushes caps event before stream_start
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jan 29 03:03:11 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=692784
GStreamer | gstreamer (core) | 1.0.5
Summary: typefind element pushes caps event before stream_start
Classification: Platform
Product: GStreamer
Version: 1.0.5
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: visechelle at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
When typefind element is in MODE_TYPEFIND mode and it receives a CAPS event, it
first pushes the CAPS event on its src pad and then calls
gst_type_find_element_setcaps() which calls
gst_type_find_element_send_cached_events().
This leads to push CAPS event before STREAM_START event which should be sent
before any other serialized event.
In the patch provided, it calls gst_type_find_element_send_cached_events()
before pushing the caps event and not in gst_type_find_element_setcaps()
anymore.
Cheers,
Paul HENRYS
--
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