2003-03-02 10:16:26 +00:00
|
|
|
/* GStreamer
|
|
|
|
* Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Library General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Library General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Library General Public
|
|
|
|
* License along with this library; if not, write to the
|
|
|
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
|
|
* Boston, MA 02111-1307, USA.
|
|
|
|
*/
|
|
|
|
|
2003-06-29 19:46:12 +00:00
|
|
|
#ifdef HAVE_CONFIG_H
|
|
|
|
#include "config.h"
|
|
|
|
#endif
|
2003-03-02 10:16:26 +00:00
|
|
|
#include <string.h>
|
2004-04-20 23:03:28 +00:00
|
|
|
#include <stdlib.h>
|
2005-12-01 14:30:01 +00:00
|
|
|
#include "gstrtpL16pay.h"
|
2003-03-02 10:16:26 +00:00
|
|
|
|
|
|
|
/* elementfactory information */
|
Define GstElementDetails as const and also static (when defined as global)
Original commit message from CVS:
* ext/aalib/gstaasink.c:
* ext/annodex/gstcmmldec.c:
* ext/annodex/gstcmmlenc.c:
* ext/cairo/gsttextoverlay.c:
* ext/cairo/gsttimeoverlay.c:
* ext/cdio/gstcdiocddasrc.c:
* ext/dv/gstdvdec.c:
* ext/dv/gstdvdemux.c:
* ext/esd/esdmon.c:
* ext/esd/esdsink.c:
* ext/flac/gstflacenc.c:
* ext/flac/gstflactag.c:
* ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
* ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
* ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
* ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
* ext/gdk_pixbuf/pixbufscale.c:
* ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
* ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
* ext/jpeg/gstjpegdec.c:
* ext/jpeg/gstjpegenc.c:
* ext/jpeg/gstsmokedec.c:
* ext/jpeg/gstsmokeenc.c:
* ext/libcaca/gstcacasink.c:
* ext/libmng/gstmngdec.c:
* ext/libmng/gstmngenc.c:
* ext/libpng/gstpngdec.c:
* ext/libpng/gstpngenc.c:
* ext/mikmod/gstmikmod.c:
* ext/raw1394/gstdv1394src.c:
* ext/shout2/gstshout2.c: (gst_shout2send_init):
* ext/shout2/gstshout2.h:
* ext/speex/gstspeexdec.c:
* ext/speex/gstspeexenc.c:
* gst/alpha/gstalpha.c:
* gst/alpha/gstalphacolor.c:
* gst/apetag/gstapedemux.c:
* gst/auparse/gstauparse.c:
* gst/autodetect/gstautoaudiosink.c:
(gst_auto_audio_sink_base_init):
* gst/autodetect/gstautovideosink.c:
(gst_auto_video_sink_base_init):
* gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
* gst/avi/gstavimux.c: (gst_avimux_base_init):
* gst/cutter/gstcutter.c:
* gst/debug/breakmydata.c:
* gst/debug/efence.c:
* gst/debug/gstnavigationtest.c:
* gst/debug/gstnavseek.c:
* gst/debug/negotiation.c:
* gst/debug/progressreport.c:
* gst/debug/testplugin.c:
* gst/effectv/gstaging.c:
* gst/effectv/gstdice.c:
* gst/effectv/gstedge.c:
* gst/effectv/gstquark.c:
* gst/effectv/gstrev.c:
* gst/effectv/gstshagadelic.c:
* gst/effectv/gstvertigo.c:
* gst/effectv/gstwarp.c:
* gst/flx/gstflxdec.c:
* gst/goom/gstgoom.c:
* gst/icydemux/gsticydemux.c:
* gst/id3demux/gstid3demux.c:
* gst/interleave/deinterleave.c:
* gst/interleave/interleave.c:
* gst/law/alaw-decode.c: (gst_alawdec_base_init):
* gst/law/alaw-encode.c: (gst_alawenc_base_init):
* gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
* gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
* gst/level/gstlevel.c:
* gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
* gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
* gst/median/gstmedian.c:
* gst/monoscope/gstmonoscope.c:
* gst/multipart/multipartdemux.c:
* gst/multipart/multipartmux.c:
* gst/oldcore/gstaggregator.c:
* gst/oldcore/gstfdsink.c:
* gst/oldcore/gstmd5sink.c:
* gst/oldcore/gstmultifilesrc.c:
* gst/oldcore/gstpipefilter.c:
* gst/oldcore/gstshaper.c:
* gst/oldcore/gststatistics.c:
* gst/rtp/gstasteriskh263.c:
* gst/rtp/gstrtpL16depay.c:
* gst/rtp/gstrtpL16pay.c:
* gst/rtp/gstrtpamrdepay.c:
* gst/rtp/gstrtpamrpay.c:
* gst/rtp/gstrtpdepay.c:
* gst/rtp/gstrtpgsmpay.c:
* gst/rtp/gstrtph263pay.c:
* gst/rtp/gstrtph263pdepay.c:
* gst/rtp/gstrtph263ppay.c:
* gst/rtp/gstrtpilbcdepay.c:
* gst/rtp/gstrtpmp4gpay.c:
* gst/rtp/gstrtpmp4vdepay.c:
* gst/rtp/gstrtpmp4vpay.c:
* gst/rtp/gstrtpmpadepay.c:
* gst/rtp/gstrtpmpapay.c:
* gst/rtp/gstrtppcmadepay.c:
* gst/rtp/gstrtppcmapay.c:
* gst/rtp/gstrtppcmudepay.c:
* gst/rtp/gstrtppcmupay.c:
* gst/rtp/gstrtpspeexdepay.c:
* gst/rtp/gstrtpspeexpay.c:
* gst/rtsp/gstrtpdec.c:
* gst/rtsp/gstrtspsrc.c:
* gst/smpte/gstsmpte.c:
* gst/udp/gstdynudpsink.c:
* gst/udp/gstmultiudpsink.c:
* gst/udp/gstudpsink.c:
* gst/udp/gstudpsrc.c:
* gst/videobox/gstvideobox.c:
* gst/videofilter/gstgamma.c: (gst_gamma_base_init):
* gst/videofilter/gstvideobalance.c:
* gst/videofilter/gstvideoflip.c:
* gst/videofilter/gstvideotemplate.c:
(gst_videotemplate_base_init):
* gst/videomixer/videomixer.c:
* gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
(gst_wavparse_class_init), (gst_wavparse_dispose),
(gst_wavparse_reset), (gst_wavparse_init),
(gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
(gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
(gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
(gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
(gst_wavparse_chain), (gst_wavparse_srcpad_event),
(gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
(gst_wavparse_change_state):
* gst/wavparse/gstwavparse.h:
* sys/oss/gstossmixerelement.c:
* sys/oss/gstosssink.c:
* sys/oss/gstosssrc.c:
* sys/osxaudio/gstosxaudioelement.c:
* sys/osxaudio/gstosxaudiosink.c:
* sys/osxaudio/gstosxaudiosrc.c:
* sys/sunaudio/gstsunaudiomixer.c:
* sys/sunaudio/gstsunaudiosink.c:
Define GstElementDetails as const and also static (when defined as
global)
2006-04-25 21:39:46 +00:00
|
|
|
static const GstElementDetails gst_rtpL16pay_details =
|
2006-03-30 15:37:05 +00:00
|
|
|
GST_ELEMENT_DETAILS ("RTP RAW audio payloader",
|
|
|
|
"Codec/Payloader/Network",
|
|
|
|
"Payload-encodes Raw Audio into a RTP packet",
|
|
|
|
"Zeeshan Ali <zak147@yahoo.com>");
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2005-12-01 14:30:01 +00:00
|
|
|
/* RtpL16Pay signals and args */
|
2003-03-02 10:16:26 +00:00
|
|
|
enum
|
|
|
|
{
|
|
|
|
/* FILL ME */
|
|
|
|
LAST_SIGNAL
|
|
|
|
};
|
|
|
|
|
|
|
|
enum
|
|
|
|
{
|
|
|
|
/* FILL ME */
|
2004-05-21 22:39:30 +00:00
|
|
|
ARG_0
|
2003-03-02 10:16:26 +00:00
|
|
|
};
|
|
|
|
|
2005-12-01 14:30:01 +00:00
|
|
|
static GstStaticPadTemplate gst_rtpL16pay_sink_template =
|
2004-03-14 22:34:33 +00:00
|
|
|
GST_STATIC_PAD_TEMPLATE ("sink",
|
2003-12-22 01:47:09 +00:00
|
|
|
GST_PAD_SINK,
|
|
|
|
GST_PAD_ALWAYS,
|
2004-03-14 22:34:33 +00:00
|
|
|
GST_STATIC_CAPS ("audio/x-raw-int, "
|
2004-03-15 19:32:27 +00:00
|
|
|
"endianness = (int) BYTE_ORDER, "
|
|
|
|
"signed = (boolean) true, "
|
|
|
|
"width = (int) 16, "
|
|
|
|
"depth = (int) 16, "
|
|
|
|
"rate = (int) [ 1000, 48000 ], " "channels = (int) [ 1, 2 ]")
|
2004-03-14 22:34:33 +00:00
|
|
|
);
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2005-12-01 14:30:01 +00:00
|
|
|
static GstStaticPadTemplate gst_rtpL16pay_src_template =
|
2004-03-14 22:34:33 +00:00
|
|
|
GST_STATIC_PAD_TEMPLATE ("src",
|
2003-12-22 01:47:09 +00:00
|
|
|
GST_PAD_SRC,
|
|
|
|
GST_PAD_ALWAYS,
|
|
|
|
GST_STATIC_CAPS ("application/x-rtp")
|
2004-03-14 22:34:33 +00:00
|
|
|
);
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2005-12-01 14:30:01 +00:00
|
|
|
static void gst_rtpL16pay_class_init (GstRtpL16PayClass * klass);
|
|
|
|
static void gst_rtpL16pay_base_init (GstRtpL16PayClass * klass);
|
|
|
|
static void gst_rtpL16pay_init (GstRtpL16Pay * rtpL16enc);
|
|
|
|
static void gst_rtpL16pay_chain (GstPad * pad, GstData * _data);
|
|
|
|
static void gst_rtpL16pay_set_property (GObject * object, guint prop_id,
|
2004-03-14 22:34:33 +00:00
|
|
|
const GValue * value, GParamSpec * pspec);
|
2005-12-01 14:30:01 +00:00
|
|
|
static void gst_rtpL16pay_get_property (GObject * object, guint prop_id,
|
2004-03-14 22:34:33 +00:00
|
|
|
GValue * value, GParamSpec * pspec);
|
2005-12-01 14:30:01 +00:00
|
|
|
static GstPadLinkReturn gst_rtpL16pay_sinkconnect (GstPad * pad,
|
2004-03-14 22:34:33 +00:00
|
|
|
const GstCaps * caps);
|
2005-12-01 14:30:01 +00:00
|
|
|
static GstStateChangeReturn gst_rtpL16pay_change_state (GstElement * element,
|
2005-09-02 15:44:50 +00:00
|
|
|
GstStateChange transition);
|
2003-03-02 10:16:26 +00:00
|
|
|
|
|
|
|
static GstElementClass *parent_class = NULL;
|
|
|
|
|
2004-03-14 22:34:33 +00:00
|
|
|
static GType
|
2005-12-01 14:30:01 +00:00
|
|
|
gst_rtpL16pay_get_type (void)
|
2003-03-02 10:16:26 +00:00
|
|
|
{
|
2005-12-01 14:30:01 +00:00
|
|
|
static GType rtpL16pay_type = 0;
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2005-12-01 14:30:01 +00:00
|
|
|
if (!rtpL16pay_type) {
|
|
|
|
static const GTypeInfo rtpL16pay_info = {
|
|
|
|
sizeof (GstRtpL16PayClass),
|
|
|
|
(GBaseInitFunc) gst_rtpL16pay_base_init,
|
2003-03-02 10:16:26 +00:00
|
|
|
NULL,
|
2005-12-01 14:30:01 +00:00
|
|
|
(GClassInitFunc) gst_rtpL16pay_class_init,
|
2003-03-02 10:16:26 +00:00
|
|
|
NULL,
|
|
|
|
NULL,
|
2005-12-01 14:30:01 +00:00
|
|
|
sizeof (GstRtpL16Pay),
|
2003-03-02 10:16:26 +00:00
|
|
|
0,
|
2005-12-01 14:30:01 +00:00
|
|
|
(GInstanceInitFunc) gst_rtpL16pay_init,
|
2003-03-02 10:16:26 +00:00
|
|
|
};
|
|
|
|
|
2005-12-01 14:30:01 +00:00
|
|
|
rtpL16pay_type =
|
|
|
|
g_type_register_static (GST_TYPE_ELEMENT, "GstRtpL16Pay",
|
|
|
|
&rtpL16pay_info, 0);
|
2003-03-02 10:16:26 +00:00
|
|
|
}
|
2005-12-01 14:30:01 +00:00
|
|
|
return rtpL16pay_type;
|
2003-03-02 10:16:26 +00:00
|
|
|
}
|
|
|
|
|
2003-11-02 22:04:36 +00:00
|
|
|
static void
|
2005-12-01 14:30:01 +00:00
|
|
|
gst_rtpL16pay_base_init (GstRtpL16PayClass * klass)
|
2003-11-02 22:04:36 +00:00
|
|
|
{
|
|
|
|
GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
|
|
|
|
|
|
|
|
gst_element_class_add_pad_template (element_class,
|
2005-12-01 14:30:01 +00:00
|
|
|
gst_static_pad_template_get (&gst_rtpL16pay_sink_template));
|
2003-11-02 22:04:36 +00:00
|
|
|
gst_element_class_add_pad_template (element_class,
|
2005-12-01 14:30:01 +00:00
|
|
|
gst_static_pad_template_get (&gst_rtpL16pay_src_template));
|
|
|
|
gst_element_class_set_details (element_class, &gst_rtpL16pay_details);
|
2003-11-02 22:04:36 +00:00
|
|
|
}
|
|
|
|
|
2003-03-02 10:16:26 +00:00
|
|
|
static void
|
2005-12-01 14:30:01 +00:00
|
|
|
gst_rtpL16pay_class_init (GstRtpL16PayClass * klass)
|
2003-03-02 10:16:26 +00:00
|
|
|
{
|
|
|
|
GObjectClass *gobject_class;
|
|
|
|
GstElementClass *gstelement_class;
|
|
|
|
|
|
|
|
gobject_class = (GObjectClass *) klass;
|
|
|
|
gstelement_class = (GstElementClass *) klass;
|
|
|
|
|
2006-04-08 21:21:45 +00:00
|
|
|
parent_class = g_type_class_peek_parent (klass);
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2005-12-01 14:30:01 +00:00
|
|
|
gobject_class->set_property = gst_rtpL16pay_set_property;
|
|
|
|
gobject_class->get_property = gst_rtpL16pay_get_property;
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2005-12-01 14:30:01 +00:00
|
|
|
gstelement_class->change_state = gst_rtpL16pay_change_state;
|
2003-03-02 10:16:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2005-12-01 14:30:01 +00:00
|
|
|
gst_rtpL16pay_init (GstRtpL16Pay * rtpL16enc)
|
2003-03-02 10:16:26 +00:00
|
|
|
{
|
2004-03-14 22:34:33 +00:00
|
|
|
rtpL16enc->sinkpad =
|
2006-03-15 16:17:12 +00:00
|
|
|
gst_pad_new_from_static_template (&gst_rtpL16pay_sink_template, "sink");
|
2004-03-14 22:34:33 +00:00
|
|
|
rtpL16enc->srcpad =
|
2006-03-15 16:17:12 +00:00
|
|
|
gst_pad_new_from_static_template (&gst_rtpL16pay_src_template, "src");
|
2003-03-02 10:16:26 +00:00
|
|
|
gst_element_add_pad (GST_ELEMENT (rtpL16enc), rtpL16enc->sinkpad);
|
|
|
|
gst_element_add_pad (GST_ELEMENT (rtpL16enc), rtpL16enc->srcpad);
|
2005-12-01 14:30:01 +00:00
|
|
|
gst_pad_set_chain_function (rtpL16enc->sinkpad, gst_rtpL16pay_chain);
|
|
|
|
gst_pad_set_link_function (rtpL16enc->sinkpad, gst_rtpL16pay_sinkconnect);
|
2003-03-02 10:16:26 +00:00
|
|
|
|
|
|
|
rtpL16enc->frequency = 44100;
|
|
|
|
rtpL16enc->channels = 2;
|
|
|
|
|
2004-03-14 22:34:33 +00:00
|
|
|
rtpL16enc->next_time = 0;
|
2003-03-02 10:16:26 +00:00
|
|
|
rtpL16enc->time_interval = 0;
|
|
|
|
|
|
|
|
rtpL16enc->seq = 0;
|
|
|
|
rtpL16enc->ssrc = random ();
|
|
|
|
}
|
|
|
|
|
|
|
|
static GstPadLinkReturn
|
2005-12-01 14:30:01 +00:00
|
|
|
gst_rtpL16pay_sinkconnect (GstPad * pad, const GstCaps * caps)
|
2003-03-02 10:16:26 +00:00
|
|
|
{
|
2005-12-01 14:30:01 +00:00
|
|
|
GstRtpL16Pay *rtpL16enc;
|
2003-12-22 01:47:09 +00:00
|
|
|
GstStructure *structure;
|
|
|
|
gboolean ret;
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2005-12-01 14:30:01 +00:00
|
|
|
rtpL16enc = GST_RTP_L16_PAY (gst_pad_get_parent (pad));
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2003-12-22 01:47:09 +00:00
|
|
|
structure = gst_caps_get_structure (caps, 0);
|
|
|
|
|
|
|
|
ret = gst_structure_get_int (structure, "rate", &rtpL16enc->frequency);
|
|
|
|
ret &= gst_structure_get_int (structure, "channels", &rtpL16enc->channels);
|
|
|
|
|
close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.
Original commit message from CVS:
* ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
* ext/esd/esdmon.c: (gst_esdmon_get):
* ext/flac/gstflactag.c: (gst_flac_tag_chain):
* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
(gst_gdk_pixbuf_sink_getcaps):
* ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
(gst_jpegenc_setcaps):
* ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
* ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
(gst_smokeenc_setcaps):
* ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
(gst_mngdec_src_getcaps):
* ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
(gst_mngenc_chain):
* ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
* ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
* ext/speex/gstspeexdec.c: (speex_dec_convert),
(speex_dec_src_event), (speex_dec_chain):
* gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
(gst_avimux_audsinkconnect), (gst_avimux_handle_event):
* gst/debug/negotiation.c: (gst_negotiation_getcaps),
(gst_negotiation_pad_link), (gst_negotiation_chain):
* gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
(gst_flxdec_chain):
* gst/interleave/deinterleave.c: (deinterleave_sink_link),
(deinterleave_chain):
* gst/law/mulaw-encode.c: (mulawenc_setcaps):
* gst/median/gstmedian.c: (gst_median_link):
* gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
(gst_monoscope_chain):
* gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
* gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
* sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
* sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
close #333784 unref the result of gst_pad_get_parent()
by: Christophe Fergeau.
2006-03-13 15:49:08 +00:00
|
|
|
if (!ret) {
|
|
|
|
gst_object_unref (rtpL16enc);
|
2004-03-14 22:34:33 +00:00
|
|
|
return GST_PAD_LINK_REFUSED;
|
close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.
Original commit message from CVS:
* ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
* ext/esd/esdmon.c: (gst_esdmon_get):
* ext/flac/gstflactag.c: (gst_flac_tag_chain):
* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
(gst_gdk_pixbuf_sink_getcaps):
* ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
(gst_jpegenc_setcaps):
* ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
* ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
(gst_smokeenc_setcaps):
* ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
(gst_mngdec_src_getcaps):
* ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
(gst_mngenc_chain):
* ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
* ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
* ext/speex/gstspeexdec.c: (speex_dec_convert),
(speex_dec_src_event), (speex_dec_chain):
* gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
(gst_avimux_audsinkconnect), (gst_avimux_handle_event):
* gst/debug/negotiation.c: (gst_negotiation_getcaps),
(gst_negotiation_pad_link), (gst_negotiation_chain):
* gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
(gst_flxdec_chain):
* gst/interleave/deinterleave.c: (deinterleave_sink_link),
(deinterleave_chain):
* gst/law/mulaw-encode.c: (mulawenc_setcaps):
* gst/median/gstmedian.c: (gst_median_link):
* gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
(gst_monoscope_chain):
* gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
* gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
* sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
* sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
close #333784 unref the result of gst_pad_get_parent()
by: Christophe Fergeau.
2006-03-13 15:49:08 +00:00
|
|
|
}
|
2003-03-02 10:16:26 +00:00
|
|
|
|
|
|
|
/* Pre-calculate what we can */
|
2004-03-14 22:34:33 +00:00
|
|
|
rtpL16enc->time_interval =
|
|
|
|
GST_SECOND / (2 * rtpL16enc->channels * rtpL16enc->frequency);
|
2003-03-02 10:16:26 +00:00
|
|
|
|
close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.
Original commit message from CVS:
* ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
* ext/esd/esdmon.c: (gst_esdmon_get):
* ext/flac/gstflactag.c: (gst_flac_tag_chain):
* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
(gst_gdk_pixbuf_sink_getcaps):
* ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
(gst_jpegenc_setcaps):
* ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
* ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
(gst_smokeenc_setcaps):
* ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
(gst_mngdec_src_getcaps):
* ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
(gst_mngenc_chain):
* ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
* ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
* ext/speex/gstspeexdec.c: (speex_dec_convert),
(speex_dec_src_event), (speex_dec_chain):
* gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
(gst_avimux_audsinkconnect), (gst_avimux_handle_event):
* gst/debug/negotiation.c: (gst_negotiation_getcaps),
(gst_negotiation_pad_link), (gst_negotiation_chain):
* gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
(gst_flxdec_chain):
* gst/interleave/deinterleave.c: (deinterleave_sink_link),
(deinterleave_chain):
* gst/law/mulaw-encode.c: (mulawenc_setcaps):
* gst/median/gstmedian.c: (gst_median_link):
* gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
(gst_monoscope_chain):
* gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
* gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
* sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
* sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
close #333784 unref the result of gst_pad_get_parent()
by: Christophe Fergeau.
2006-03-13 15:49:08 +00:00
|
|
|
gst_object_unref (rtpL16enc);
|
|
|
|
|
2003-03-02 10:16:26 +00:00
|
|
|
return GST_PAD_LINK_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void
|
2005-12-01 14:30:01 +00:00
|
|
|
gst_rtpL16pay_htons (GstBuffer * buf)
|
2003-03-02 10:16:26 +00:00
|
|
|
{
|
2003-07-13 00:20:44 +00:00
|
|
|
gint16 *i, *len;
|
2003-03-02 10:16:26 +00:00
|
|
|
|
|
|
|
/* FIXME: is this code correct or even sane at all? */
|
2004-03-14 22:34:33 +00:00
|
|
|
i = (gint16 *) GST_BUFFER_DATA (buf);
|
2003-07-13 00:20:44 +00:00
|
|
|
len = i + GST_BUFFER_SIZE (buf) / sizeof (gint16 *);
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2004-03-14 22:34:33 +00:00
|
|
|
for (; i < len; i++) {
|
|
|
|
*i = g_htons (*i);
|
2003-03-02 10:16:26 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2005-12-01 14:30:01 +00:00
|
|
|
gst_rtpL16pay_chain (GstPad * pad, GstData * _data)
|
2003-03-02 10:16:26 +00:00
|
|
|
{
|
2003-10-08 16:08:18 +00:00
|
|
|
GstBuffer *buf = GST_BUFFER (_data);
|
2005-12-01 14:30:01 +00:00
|
|
|
GstRtpL16Pay *rtpL16enc;
|
2003-03-02 10:16:26 +00:00
|
|
|
GstBuffer *outbuf;
|
|
|
|
Rtp_Packet packet;
|
|
|
|
|
|
|
|
g_return_if_fail (pad != NULL);
|
|
|
|
g_return_if_fail (GST_IS_PAD (pad));
|
|
|
|
g_return_if_fail (buf != NULL);
|
|
|
|
|
2005-12-01 14:30:01 +00:00
|
|
|
rtpL16enc = GST_RTP_L16_PAY (GST_OBJECT_PARENT (pad));
|
2003-03-02 10:16:26 +00:00
|
|
|
|
|
|
|
g_return_if_fail (rtpL16enc != NULL);
|
2005-12-01 14:30:01 +00:00
|
|
|
g_return_if_fail (GST_IS_RTP_L16_PAY (rtpL16enc));
|
2003-03-02 10:16:26 +00:00
|
|
|
|
|
|
|
if (GST_IS_EVENT (buf)) {
|
|
|
|
GstEvent *event = GST_EVENT (buf);
|
|
|
|
|
|
|
|
switch (GST_EVENT_TYPE (event)) {
|
|
|
|
case GST_EVENT_DISCONTINUOUS:
|
2004-03-15 19:32:27 +00:00
|
|
|
GST_DEBUG ("discont");
|
|
|
|
rtpL16enc->next_time = 0;
|
|
|
|
gst_pad_event_default (pad, event);
|
|
|
|
return;
|
2003-03-02 10:16:26 +00:00
|
|
|
default:
|
2004-03-15 19:32:27 +00:00
|
|
|
gst_pad_event_default (pad, event);
|
|
|
|
return;
|
2003-03-02 10:16:26 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* We only need the header */
|
|
|
|
packet = rtp_packet_new_allocate (0, 0, 0);
|
|
|
|
|
|
|
|
rtp_packet_set_csrc_count (packet, 0);
|
|
|
|
rtp_packet_set_extension (packet, 0);
|
|
|
|
rtp_packet_set_padding (packet, 0);
|
|
|
|
rtp_packet_set_version (packet, RTP_VERSION);
|
|
|
|
rtp_packet_set_marker (packet, 0);
|
|
|
|
rtp_packet_set_ssrc (packet, g_htonl (rtpL16enc->ssrc));
|
|
|
|
rtp_packet_set_seq (packet, g_htons (rtpL16enc->seq));
|
2004-03-14 22:34:33 +00:00
|
|
|
rtp_packet_set_timestamp (packet,
|
|
|
|
g_htonl ((guint32) rtpL16enc->next_time / GST_SECOND));
|
2003-03-02 10:16:26 +00:00
|
|
|
|
|
|
|
if (rtpL16enc->channels == 1) {
|
2004-03-14 22:34:33 +00:00
|
|
|
rtp_packet_set_payload_type (packet, (guint8) PAYLOAD_L16_MONO);
|
2003-03-02 10:16:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
else {
|
2004-03-14 22:34:33 +00:00
|
|
|
rtp_packet_set_payload_type (packet, (guint8) PAYLOAD_L16_STEREO);
|
2003-03-02 10:16:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* FIXME: According to RFC 1890, this is required, right? */
|
|
|
|
#if G_BYTE_ORDER == G_LITTLE_ENDIAN
|
2005-12-01 14:30:01 +00:00
|
|
|
gst_rtpL16pay_htons (buf);
|
2003-03-02 10:16:26 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
outbuf = gst_buffer_new ();
|
2004-03-14 22:34:33 +00:00
|
|
|
GST_BUFFER_SIZE (outbuf) =
|
|
|
|
rtp_packet_get_packet_len (packet) + GST_BUFFER_SIZE (buf);
|
2003-03-02 10:16:26 +00:00
|
|
|
GST_BUFFER_DATA (outbuf) = g_malloc (GST_BUFFER_SIZE (outbuf));
|
|
|
|
GST_BUFFER_TIMESTAMP (outbuf) = rtpL16enc->next_time;
|
|
|
|
|
2004-03-14 22:34:33 +00:00
|
|
|
memcpy (GST_BUFFER_DATA (outbuf), packet->data,
|
|
|
|
rtp_packet_get_packet_len (packet));
|
|
|
|
memcpy (GST_BUFFER_DATA (outbuf) + rtp_packet_get_packet_len (packet),
|
|
|
|
GST_BUFFER_DATA (buf), GST_BUFFER_SIZE (buf));
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2005-12-01 14:30:01 +00:00
|
|
|
GST_DEBUG ("gst_rtpL16pay_chain: pushing buffer of size %d",
|
2004-03-14 22:34:33 +00:00
|
|
|
GST_BUFFER_SIZE (outbuf));
|
2003-10-08 16:08:18 +00:00
|
|
|
gst_pad_push (rtpL16enc->srcpad, GST_DATA (outbuf));
|
2003-03-02 10:16:26 +00:00
|
|
|
|
|
|
|
++rtpL16enc->seq;
|
|
|
|
rtpL16enc->next_time += rtpL16enc->time_interval * GST_BUFFER_SIZE (buf);
|
2004-03-14 22:34:33 +00:00
|
|
|
|
2003-03-02 10:16:26 +00:00
|
|
|
rtp_packet_free (packet);
|
|
|
|
gst_buffer_unref (buf);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2005-12-01 14:30:01 +00:00
|
|
|
gst_rtpL16pay_set_property (GObject * object, guint prop_id,
|
2004-03-14 22:34:33 +00:00
|
|
|
const GValue * value, GParamSpec * pspec)
|
2003-03-02 10:16:26 +00:00
|
|
|
{
|
2005-12-01 14:30:01 +00:00
|
|
|
GstRtpL16Pay *rtpL16enc;
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2005-12-01 14:30:01 +00:00
|
|
|
g_return_if_fail (GST_IS_RTP_L16_PAY (object));
|
|
|
|
rtpL16enc = GST_RTP_L16_PAY (object);
|
2003-03-02 10:16:26 +00:00
|
|
|
|
|
|
|
switch (prop_id) {
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2005-12-01 14:30:01 +00:00
|
|
|
gst_rtpL16pay_get_property (GObject * object, guint prop_id, GValue * value,
|
2004-03-14 22:34:33 +00:00
|
|
|
GParamSpec * pspec)
|
2003-03-02 10:16:26 +00:00
|
|
|
{
|
2005-12-01 14:30:01 +00:00
|
|
|
GstRtpL16Pay *rtpL16enc;
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2005-12-01 14:30:01 +00:00
|
|
|
g_return_if_fail (GST_IS_RTP_L16_PAY (object));
|
|
|
|
rtpL16enc = GST_RTP_L16_PAY (object);
|
2003-03-02 10:16:26 +00:00
|
|
|
|
|
|
|
switch (prop_id) {
|
|
|
|
default:
|
|
|
|
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2005-09-02 15:44:50 +00:00
|
|
|
static GstStateChangeReturn
|
2005-12-01 14:30:01 +00:00
|
|
|
gst_rtpL16pay_change_state (GstElement * element, GstStateChange transition)
|
2003-03-02 10:16:26 +00:00
|
|
|
{
|
2005-12-01 14:30:01 +00:00
|
|
|
GstRtpL16Pay *rtpL16enc;
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2005-12-01 14:30:01 +00:00
|
|
|
g_return_val_if_fail (GST_IS_RTP_L16_PAY (element), GST_STATE_CHANGE_FAILURE);
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2005-12-01 14:30:01 +00:00
|
|
|
rtpL16enc = GST_RTP_L16_PAY (element);
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2003-06-29 19:46:12 +00:00
|
|
|
GST_DEBUG ("state pending %d\n", GST_STATE_PENDING (element));
|
2003-03-02 10:16:26 +00:00
|
|
|
|
|
|
|
/* if going down into NULL state, close the file if it's open */
|
2005-09-02 15:44:50 +00:00
|
|
|
switch (transition) {
|
|
|
|
case GST_STATE_CHANGE_NULL_TO_READY:
|
2003-03-02 10:16:26 +00:00
|
|
|
break;
|
|
|
|
|
2005-09-02 15:44:50 +00:00
|
|
|
case GST_STATE_CHANGE_READY_TO_NULL:
|
2003-03-02 10:16:26 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* if we haven't failed already, give the parent class a chance to ;-) */
|
|
|
|
if (GST_ELEMENT_CLASS (parent_class)->change_state)
|
2005-09-02 15:44:50 +00:00
|
|
|
return GST_ELEMENT_CLASS (parent_class)->change_state (element, transition);
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2005-09-02 15:44:50 +00:00
|
|
|
return GST_STATE_CHANGE_SUCCESS;
|
2003-03-02 10:16:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
gboolean
|
2005-12-01 14:30:01 +00:00
|
|
|
gst_rtpL16pay_plugin_init (GstPlugin * plugin)
|
2003-03-02 10:16:26 +00:00
|
|
|
{
|
2003-11-02 22:04:36 +00:00
|
|
|
return gst_element_register (plugin, "rtpL16enc",
|
2005-12-01 14:30:01 +00:00
|
|
|
GST_RANK_NONE, GST_TYPE_RTP_L16_PAY);
|
2003-03-02 10:16:26 +00:00
|
|
|
}
|