After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 560756 - New Plugin: JPEG RTP Payloader
New Plugin: JPEG RTP Payloader
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.x
Other Linux
: Normal enhancement
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-14 09:06 UTC by Bjorn Ostby
Modified: 2009-01-23 08:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
JPEG plugin (14.57 KB, text/plain)
2008-11-14 09:09 UTC, Bjorn Ostby
Details
Header file for plugin (1.81 KB, text/plain)
2008-11-14 09:13 UTC, Bjorn Ostby
Details

Description Bjorn Ostby 2008-11-14 09:06:44 UTC
This is a jpeg rtp payloader plugin from Axis
Communications.
Comment 1 Bjorn Ostby 2008-11-14 09:09:44 UTC
Created attachment 122634 [details]
JPEG plugin
Comment 2 Bjorn Ostby 2008-11-14 09:13:09 UTC
Created attachment 122635 [details]
Header file for plugin
Comment 3 Wim Taymans 2008-11-14 11:41:56 UTC
        Patch by: Bjorn Ostby <bjornos at axis dot com>

        * gst/rtp/Makefile.am:
        * gst/rtp/gstrtp.c: (plugin_init):
        * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
        (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
        (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
        (gst_rtp_jpeg_pay_read_quant_table),
        (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
        (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
        (gst_rtp_jpeg_pay_plugin_init):
        * gst/rtp/gstrtpjpegpay.h:
        Add JPEG payloader. Fixes #560756.