[gstreamer-bugs] [Bug 637359] New: Internal GStreamer error, during pcap to mp4 conversion
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Dec 15 16:41:30 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=637359
GStreamer | gst-plugins-bad | 0.10.20
Summary: Internal GStreamer error, during pcap to mp4
conversion
Classification: Desktop
Product: GStreamer
Version: 0.10.20
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: shiva.varma at gmail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
I am trying to setup a pipeline that takes a rtp pcap file as input, which
contains mpeg4-generic audio and convert it to mp4 format, using pcaparse,
rtpmp4adepay and qtmux plugins
Following is the pipeline
gst-launch filesrc location=audio.rtp.pcap ! pcapparse ! "application/x-rtp,
payload=96, clock-rate=30" ! rtpmp4adepay ! qtmux ! filesink location=out
I get the below error when I run the pipeline
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /GstPipeline:pipeline0/GstQTMux:qtmux0: Internal GStreamer
error: negotiation problem. Please file a bug at
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstqtmux.c(1815): gst_qt_mux_add_buffer ():
/GstPipeline:pipeline0/GstQTMux:qtmux0:
format wasn't negotiated before buffer flow on pad audio_00
Execution ended after 323000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
Can you let me know the fix for the problem
Thanks
--
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