2003-03-02 10:16:26 +00:00
|
|
|
plugin_LTLIBRARIES = libgstrtp.la
|
|
|
|
|
2005-11-01 14:34:22 +00:00
|
|
|
libgstrtp_la_SOURCES = \
|
|
|
|
gstrtp.c \
|
2005-12-01 14:30:01 +00:00
|
|
|
gstrtpdepay.c \
|
|
|
|
gstrtpmpadepay.c \
|
|
|
|
gstrtpmpapay.c \
|
2006-02-23 12:21:25 +00:00
|
|
|
gstrtppcmadepay.c \
|
|
|
|
gstrtppcmudepay.c \
|
|
|
|
gstrtppcmupay.c \
|
|
|
|
gstrtppcmapay.c \
|
2005-12-01 14:39:30 +00:00
|
|
|
gstrtpgsmdepay.c \
|
2005-12-01 14:30:01 +00:00
|
|
|
gstrtpgsmpay.c \
|
|
|
|
gstrtpamrdepay.c \
|
|
|
|
gstrtpamrpay.c \
|
|
|
|
gstrtph263pdepay.c \
|
|
|
|
gstrtph263ppay.c \
|
|
|
|
gstrtph263pay.c \
|
gst/rtp/: Caps extra properties must be defined as strings for depayloaders because they are generated from an SDP.
Original commit message from CVS:
* gst/rtp/gstrtpamrdepay.c:
* gst/rtp/gstrtpmp4gdepay.c:
Caps extra properties must be defined as strings for
depayloaders because they are generated from an SDP.
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
(gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
(gst_rtp_h264_depay_finalize), (decode_base64),
(gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
(gst_rtp_h264_depay_set_property),
(gst_rtp_h264_depay_get_property),
(gst_rtp_h264_depay_change_state),
(gst_rtp_h264_depay_plugin_init):
* gst/rtp/gstrtph264depay.h:
Added basic, not completely functional RFC 3984 H264 depayloader.
2006-08-16 10:05:00 +00:00
|
|
|
gstrtph264depay.c \
|
2005-11-01 14:34:22 +00:00
|
|
|
gstasteriskh263.c \
|
2006-07-12 09:34:15 +00:00
|
|
|
gstrtpmp2tdepay.c \
|
2005-12-01 14:30:01 +00:00
|
|
|
gstrtpmp4vdepay.c \
|
2005-12-01 14:39:30 +00:00
|
|
|
gstrtpmp4vpay.c \
|
gst/rtp/: Added simple generic mpeg4 depayloader.
Original commit message from CVS:
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
(gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
(gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
(gst_rtp_mp4g_depay_set_property),
(gst_rtp_mp4g_depay_get_property),
(gst_rtp_mp4g_depay_change_state),
(gst_rtp_mp4g_depay_plugin_init):
* gst/rtp/gstrtpmp4gdepay.h:
* gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
(gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
(gst_rtp_mp4g_pay_flush):
Added simple generic mpeg4 depayloader.
Fix generic mpeg4 payloader.
2006-07-16 14:31:48 +00:00
|
|
|
gstrtpmp4gdepay.c \
|
gst/rtp/README: Say something about case-sensitivity of caps vs mime-attributes.
Original commit message from CVS:
* gst/rtp/README:
Say something about case-sensitivity of caps vs mime-attributes.
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
(gst_rtp_amr_pay_handle_buffer):
* gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
(gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
(gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
(gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
(gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
(gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
(gst_rtp_mp4g_pay_plugin_init):
* gst/rtp/gstrtpmp4gpay.h:
Added beginnings of mpeg4-generic payloader (RFC 3640)
2006-02-10 16:40:58 +00:00
|
|
|
gstrtpmp4gpay.c \
|
2005-12-01 14:39:30 +00:00
|
|
|
gstrtpspeexdepay.c \
|
2006-08-18 16:52:21 +00:00
|
|
|
gstrtpspeexpay.c \
|
gst/rtp/: Small cleanups.
Original commit message from CVS:
* gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
* gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
Small cleanups.
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
(gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
(gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
(gst_rtp_vorbis_depay_process),
(gst_rtp_vorbis_depay_set_property),
(gst_rtp_vorbis_depay_get_property),
(gst_rtp_vorbis_depay_change_state),
(gst_rtp_vorbis_depay_plugin_init):
* gst/rtp/gstrtpvorbisdepay.h:
* gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
(gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
(gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
(gst_rtp_vorbis_pay_flush_packet),
(gst_rtp_vorbis_pay_append_buffer),
(gst_rtp_vorbis_pay_handle_buffer),
(gst_rtp_vorbis_pay_plugin_init):
* gst/rtp/gstrtpvorbispay.h:
Add experimental vorbis pay and depayloaders.
2006-09-22 12:08:14 +00:00
|
|
|
gstrtpsv3vdepay.c \
|
|
|
|
gstrtpvorbisdepay.c \
|
|
|
|
gstrtpvorbispay.c
|
2005-11-17 18:23:23 +00:00
|
|
|
|
2005-12-01 14:39:30 +00:00
|
|
|
#gstrtpL16pay.c gstrtpL16depay.c
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2005-11-14 02:13:35 +00:00
|
|
|
if HAVE_WINSOCK2_H
|
|
|
|
WINSOCK2_LIBS = -lws2_32
|
|
|
|
else
|
|
|
|
WINSOCK2_LIBS =
|
|
|
|
endif
|
|
|
|
|
2005-09-23 04:23:00 +00:00
|
|
|
libgstrtp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
libgstrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
|
2005-11-14 02:13:35 +00:00
|
|
|
-lgstrtp-@GST_MAJORMINOR@ $(WINSOCK2_LIBS)
|
2005-09-23 04:23:00 +00:00
|
|
|
libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2003-03-02 10:16:26 +00:00
|
|
|
|
2005-12-01 14:39:30 +00:00
|
|
|
noinst_HEADERS = \
|
|
|
|
gstrtpL16depay.h \
|
|
|
|
gstrtpL16pay.h \
|
2005-12-01 14:30:01 +00:00
|
|
|
gstrtpamrdepay.h \
|
|
|
|
gstrtpamrpay.h \
|
2006-02-23 12:21:25 +00:00
|
|
|
gstrtppcmadepay.h \
|
|
|
|
gstrtppcmudepay.h \
|
|
|
|
gstrtppcmupay.h \
|
|
|
|
gstrtppcmapay.h \
|
2005-12-01 14:39:30 +00:00
|
|
|
gstrtpgsmdepay.h \
|
2005-12-01 14:30:01 +00:00
|
|
|
gstrtpgsmpay.h \
|
|
|
|
gstrtpmpadepay.h \
|
|
|
|
gstrtpmpapay.h \
|
|
|
|
gstrtph263pdepay.h \
|
|
|
|
gstrtph263ppay.h \
|
|
|
|
gstrtph263pay.h \
|
gst/rtp/: Caps extra properties must be defined as strings for depayloaders because they are generated from an SDP.
Original commit message from CVS:
* gst/rtp/gstrtpamrdepay.c:
* gst/rtp/gstrtpmp4gdepay.c:
Caps extra properties must be defined as strings for
depayloaders because they are generated from an SDP.
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
(gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
(gst_rtp_h264_depay_finalize), (decode_base64),
(gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
(gst_rtp_h264_depay_set_property),
(gst_rtp_h264_depay_get_property),
(gst_rtp_h264_depay_change_state),
(gst_rtp_h264_depay_plugin_init):
* gst/rtp/gstrtph264depay.h:
Added basic, not completely functional RFC 3984 H264 depayloader.
2006-08-16 10:05:00 +00:00
|
|
|
gstrtph264depay.h \
|
2006-07-12 09:34:15 +00:00
|
|
|
gstrtpmp2tdepay.h \
|
2005-12-01 14:30:01 +00:00
|
|
|
gstrtpmp4vdepay.h \
|
2005-12-01 14:39:30 +00:00
|
|
|
gstrtpmp4vpay.h \
|
gst/rtp/: Added simple generic mpeg4 depayloader.
Original commit message from CVS:
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
(gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
(gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
(gst_rtp_mp4g_depay_set_property),
(gst_rtp_mp4g_depay_get_property),
(gst_rtp_mp4g_depay_change_state),
(gst_rtp_mp4g_depay_plugin_init):
* gst/rtp/gstrtpmp4gdepay.h:
* gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
(gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
(gst_rtp_mp4g_pay_flush):
Added simple generic mpeg4 depayloader.
Fix generic mpeg4 payloader.
2006-07-16 14:31:48 +00:00
|
|
|
gstrtpmp4gdepay.h \
|
gst/rtp/README: Say something about case-sensitivity of caps vs mime-attributes.
Original commit message from CVS:
* gst/rtp/README:
Say something about case-sensitivity of caps vs mime-attributes.
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
(gst_rtp_amr_pay_handle_buffer):
* gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
(gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
(gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
(gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
(gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
(gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
(gst_rtp_mp4g_pay_plugin_init):
* gst/rtp/gstrtpmp4gpay.h:
Added beginnings of mpeg4-generic payloader (RFC 3640)
2006-02-10 16:40:58 +00:00
|
|
|
gstrtpmp4gpay.h \
|
2005-12-01 14:30:01 +00:00
|
|
|
gstrtpdepay.h \
|
2005-12-01 14:39:30 +00:00
|
|
|
gstasteriskh263.h \
|
|
|
|
gstrtpspeexdepay.h \
|
2006-08-18 16:52:21 +00:00
|
|
|
gstrtpspeexpay.h \
|
gst/rtp/: Small cleanups.
Original commit message from CVS:
* gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
* gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
Small cleanups.
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
(gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
(gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
(gst_rtp_vorbis_depay_process),
(gst_rtp_vorbis_depay_set_property),
(gst_rtp_vorbis_depay_get_property),
(gst_rtp_vorbis_depay_change_state),
(gst_rtp_vorbis_depay_plugin_init):
* gst/rtp/gstrtpvorbisdepay.h:
* gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
(gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
(gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
(gst_rtp_vorbis_pay_flush_packet),
(gst_rtp_vorbis_pay_append_buffer),
(gst_rtp_vorbis_pay_handle_buffer),
(gst_rtp_vorbis_pay_plugin_init):
* gst/rtp/gstrtpvorbispay.h:
Add experimental vorbis pay and depayloaders.
2006-09-22 12:08:14 +00:00
|
|
|
gstrtpsv3vdepay.h \
|
|
|
|
gstrtpvorbisdepay.h \
|
|
|
|
gstrtpvorbispay.h
|