[gstreamer-bugs] [Bug 628773] New: rtpjpegpay -- inconsistent parameter names

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Sep 4 07:18:32 PDT 2010


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

           Summary: rtpjpegpay -- inconsistent parameter names
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bertd at tplogic.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


The names "timestamp-offset" and "sequnum-offset" as shown by gst-inspect and
as accepted by gst-launch, correspond to the names "clock-base" and
"seqnum-base" as printed by gst-launch.

If you set a value into parameter "timestamp-offset", then that value is
printed with name "clock-base".

The same names should be used for both input and output.

-------------------------

$ cat rtp-server-jpeg.sh
gst-launch  -v \
      videotestsrc pattern=red \
   !  ffmpegcolorspace \
   !  jpegenc \
   !  rtpjpegpay ssrc=3210 timestamp-offset=1234 seqnum-offset=1357 \
   !  udpsink host=127.0.0.1 port=51234

$ . rtp-server-jpeg.sh
...
/GstPipeline:pipeline0/GstRtpJPEGPay:rtpjpegpay0.GstPad:src: caps =
application/x-rtp, media=(string)video, clock-rate=(int)90000,
encoding-name=(string)JPEG, payload=(int)96, ssrc=(uint)3210,
clock-base=(uint)1234, seqnum-base=(uint)1357
...

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