[gstreamer-bugs] [Bug 431282] New: broken depayloaders

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Apr 19 02:08:17 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=431282

  GStreamer | gst-plugins-good | Ver: HEAD CVS
           Summary: broken depayloaders
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: spglegle at yahoo.fr
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Hi,
a few weeks ago the following cmdline worked fine ::

GST_DEBUG=2 gst-launch audiotestsrc ! "audio/x-raw-int, rate=8000,
clock-rate=8000" ! identity sync=true ! alawenc ! rtppcmapay min-ptime=20000000
max-ptime=40000000 !  rtppcmadepay ! filesink  location=/tmp/toto.raw
0:00:00.113147000 18998 0x804e0b0 WARN    GST_PLUGIN_LOADING
gstplugin.c:414:gst_plugin_load_file: module_open failed:
/usr/audio/dev/User/lglayal/GStreamer/Revision_Avril2007/Binaires//lib/gstreamer-0.10/libgstmsgsm.so:
undefined symbol: gst_msgsmenc_get_type
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
0:00:00.249304000 18997 0x80d05c8 WARN      basertpdepayload
gstbasertpdepayload.c:224:gst_base_rtp_depayload_chain:<rtppcmadepay0> error:
no clock rate was specified, likely incomplete input caps
0:00:00.249634000 18997 0x80d05c8 WARN      basertpdepayload
gstbasertpdepayload.c:224:gst_base_rtp_depayload_chain:<rtppcmadepay0> error:
no clock rate was specified, likely incomplete input caps
ERROR: from element /pipeline0/rtppcmadepay0: The stream is in the wrong
format.
Additional debug info:
gstbasertpdepayload.c(224): gst_base_rtp_depayload_chain ():
/pipeline0/rtppcmadepay0:
no clock rate was specified, likely incomplete input caps
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
0:00:00.249920000 18997 0x80d05c8 WARN      basertpdepayload
gstbasertpdepayload.c:224:gst_base_rtp_depayload_chain:<rtppcmadepay0> error:
no clock rate was specified, likely incomplete input caps
0:00:00.250174000 18997 0x80d05c8 WARN               basesrc
gstbasesrc.c:1775:gst_base_src_loop:<audiotestsrc0> error: Internal data flow
error.
0:00:00.250315000 18997 0x80d05c8 WARN               basesrc
gstbasesrc.c:1775:gst_base_src_loop:<audiotestsrc0> error: streaming task
paused, reason not-negotiated (-4)
FREEING pipeline ...

error seems to take source in a missing clock_rate.

Shouldn't each depayloader call gst_basertppayload_set_options(payload, media,
type, encname, CLOCKRATE); 

Regards


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=431282.




More information about the Gstreamer-bugs mailing list