[Bug 700773] gstrtpjpegdepay.c -- index numbering of image components in SOF header off by one

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 6 04:40:26 PDT 2013


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

--- Comment #9 from Marc Leeman <marc.leeman at gmail.com> 2013-06-06 11:40:21 UTC ---

> > -- RTP unicast
> > $ gst-launch rtpsrc uri=rtp://bla ! rtpjpegdepay ! jpegdec ! xvimagesink
> > $ gst-launch rtpsrc uri=rtp://bla ! rtpjpegdepay ! ffdec_mjpeg ! xvimagesink
> 
> These pipelines don't make sense, rtspsrc does not have a uri property and the
> rtp protocol is not defined in GStreamer.

Yes, the bug should be adjusted to use udpsrc; the effect will remain the same.
rtpsrc (and rtpsink) are bins we wrote around udpsrc in order to be able to
reuse the sockets on port+1 for RTCP. Those bins register the rtp:// protocol.

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