[Bug 691570] [isomp4/qtdemux] lots of critical warnings on this sample file
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Nov 13 03:05:56 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=691570
GStreamer | gst-plugins-good | 1.x
--- Comment #4 from Arnaud Vrac <rawoul at gmail.com> 2013-11-13 11:05:53 UTC ---
The video being upside down is normal, there's a matrix in the trak atom for
the video that needs to be applied to get the proper rotation. I have a custom
element for this, however this is not the issue here.
Have you tried running the pipeline in the first comment ? I get a SEGV after
the following warnings are printed:
ERROR: from element /GstPipeline:pipeline0/GstQTDemux:qtdemux0: This file is
corrupt and cannot be played.
(gst-launch-1.0:24245): GStreamer-CRITICAL **: gst_pad_set_event_function_full:
assertion 'GST_IS_PAD (pad)' failed
Additional debug info:
qtdemux.c(6640): qtdemux_parse_samples ():
/GstPipeline:pipeline0/GstQTDemux:qtdemux0
(gst-launch-1.0:24245): GStreamer-CRITICAL **: gst_pad_set_query_function_full:
assertion 'GST_IS_PAD (pad)' failed
Execution ended after 0:00:01.636990464
(gst-launch-1.0:24245): GStreamer-CRITICAL **: gst_pad_set_active: assertion
'GST_IS_PAD (pad)' failed
Setting pipeline to PAUSED ...
** (gst-launch-1.0:24245): CRITICAL **: gst_pad_set_caps: assertion 'GST_IS_PAD
(pad)' failed
Setting pipeline to READY ...
Program received signal SIGSEGV, Segmentation fault.
--
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