[Bug 665631] New: mpeg4videoparse regressions
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Dec 5 14:44:03 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=665631
GStreamer | gst-plugins-bad | git
Summary: mpeg4videoparse regressions
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: lists at svrinformatica.it
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
The following pipeline:
gst-launch -e -v -m -t rtspsrc location=rtsp://192.168.2.17/udpstream !
rtpmp4vdepay ! mpeg4videoparse ! muxer ! filesink ...
works in a reliable way with bad 0.10.22 but often fails with today git with
the following errors:
"mpeg4vparse0" (error): GstMessageError, gerror=(GError)NULL,
debug=(string)"gstbaseparse.c\(2223\):\ gst_base_parse_check_sync\ \(\):\
/GstPipeline:pipeline0/GstMpeg4VParse:mpeg4vparse0";
ERRORE: dall'elemento /GstPipeline:pipeline0/GstMpeg4VParse:mpeg4vparse0:
Failed to parse stream
or:
/GstPipeline:pipeline0/GstMpeg4VParse:mpeg4vparse0: No valid frames found
before end of stream
you can find two files that reproduce the errors here:
http://77.43.75.110/temp/test-mp4.gdp
http://77.43.75.110/temp/test-mp4_1.gdp
try with the following pipeline (that works fine in 0.10.22):
gst-launch filesrc location=/tmp/test-mp4.gdp ! gdpdepay ! mpeg4videoparse !
mp4mux ! filesink location=/tmp/test.mp4
--
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