[gstreamer-bugs] [Bug 599585] gstrtph263pay does not allow H263 Mode B

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 26 06:39:08 PDT 2009


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

--- Comment #5 from leon.72 at hotmail.de 2009-10-25 21:21:32 UTC ---
Couldn't the following callback be used to hand over the packets directly from
FFMPEG

(see file ffmpeg-0.5/libavcodec/avcodec.h)

  void (*rtp_callback)(struct AVCodecContext *avctx,
                       void *data, int size, int mb_nb);

So that VERY UGLY AND NASTY parsing for the Mode B packets inside
gstrtph263pay.c would be obsolete.

I don't know how this could be accomplished by the standard gstreamer pipeline
interface, but maybe somebody has a good idea?

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