[gstreamer-bugs] [Bug 633981] gdpdepay

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 4 09:35:02 PDT 2010


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

--- Comment #1 from Nicola <lists at svrinformatica.it> 2010-11-04 16:34:57 UTC ---
the problems disappear if I convert the file as follow:

gst-launch-0.10 filesrc location=h264.gdp ! gdpdepay ! rtph264pay !
rtph264depay byte-stream=false ! h264parse ! gdppay ! filesink
location=h264_1.gdp

or if I save the source stream with a pipeline such this:

rtspsrc ... ! rtph264depay byte-stream=false ! rtph264pay ! rtph264depay
byte-stream=false ! h264parse ! gdppay ! filesink location=h264.gdp

so this seems a problem in rth264depay, I have to repay with gstreamer to make
gstreamer depay correctly,

please note that h264.gdp and h264_1.gdp should have the same sizes but this is
not true, if I repeat the same pipeline on h264_1.gdp I obtain an output file
of the same size as h264_1.gdp as excepted, so the source have something that
gstreamer doesn't like,

hope this test can help to find the problem,

regards
Nicola

-- 
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