[Bug 753037] refcount error when trying to parse and depayload pcap rtp file
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 29 22:10:33 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753037
--- Comment #3 from Ben <ben.browitt at gmail.com> ---
I upgraded to git master.
Now I'm not getting the error I got with 1.5.2 but there is still a problem.
When running this with gstreamer 1.2.4 I'm getting a 5.4MB mp4 audio file:
gst-launch-1.0 -v filesrc location=audio-video.pcap ! pcapparse src-port=1 !
"application/x-rtp, payload=111" ! rtpopusdepay ! opusdec ! audioconvert !
audioresample ! voaacenc ! aacparse ! mp4mux ! filesink location=test.mp4
When running this with git master I'm getting a 1.8KB mp4 audio file:
gst-launch-1.0 -v filesrc location=audio-video.pcap ! pcapparse src-port=1 !
"application/x-rtp, payload=111, encoding-name=OPUS" ! rtpopusdepay ! opusdec !
audioconvert ! audioresample ! voaacenc ! aacparse ! mp4mux ! filesink
location=test.mp4
Why does git master give me a short audio file?
--
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