mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
docs/libs/: add remaining symbols into correct setions
Original commit message from CVS: * docs/libs/Makefile.am: * docs/libs/gst-plugins-base-libs-docs.sgml: * docs/libs/gst-plugins-base-libs-sections.txt: * docs/libs/gst-plugins-base-libs.types: add remaining symbols into correct setions * gst-libs/gst/audio/gstringbuffer.c: fix incomplete docs * gst-libs/gst/audio/gstringbuffer.h: comment out not yet implemented function * gst-libs/gst/floatcast/floatcast.h: * gst-libs/gst/netbuffer/gstnetbuffer.c: add short descriptions * gst-libs/gst/interfaces/propertyprobe.c: fix return value docs * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk): simplify debug logging * gst-libs/gst/riff/riff-read.h: sync function prototype and docs * gst-libs/gst/rtp/gstbasertpaudiopayload.h: remove left over symbol
This commit is contained in:
parent
56135ebeb0
commit
cade791150
13 changed files with 501 additions and 26 deletions
32
ChangeLog
32
ChangeLog
|
@ -1,3 +1,35 @@
|
|||
2006-06-16 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* docs/libs/Makefile.am:
|
||||
* docs/libs/gst-plugins-base-libs-docs.sgml:
|
||||
* docs/libs/gst-plugins-base-libs-sections.txt:
|
||||
* docs/libs/gst-plugins-base-libs.types:
|
||||
add remaining symbols into correct setions
|
||||
|
||||
* gst-libs/gst/audio/gstringbuffer.c:
|
||||
fix incomplete docs
|
||||
|
||||
* gst-libs/gst/audio/gstringbuffer.h:
|
||||
comment out not yet implemented function
|
||||
|
||||
|
||||
* gst-libs/gst/floatcast/floatcast.h:
|
||||
* gst-libs/gst/netbuffer/gstnetbuffer.c:
|
||||
add short descriptions
|
||||
|
||||
|
||||
* gst-libs/gst/interfaces/propertyprobe.c:
|
||||
fix return value docs
|
||||
|
||||
* gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
|
||||
simplify debug logging
|
||||
|
||||
* gst-libs/gst/riff/riff-read.h:
|
||||
sync function prototype and docs
|
||||
|
||||
* gst-libs/gst/rtp/gstbasertpaudiopayload.h:
|
||||
remove left over symbol
|
||||
|
||||
2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* autogen.sh:
|
||||
|
|
|
@ -69,6 +69,8 @@ SCANOBJ_DEPS = \
|
|||
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
|
||||
$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \
|
||||
$(top_builddir)/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la \
|
||||
$(top_builddir)/gst-libs/gst/netbuffer/libgstnetbuffer-@GST_MAJORMINOR@.la \
|
||||
$(top_builddir)/gst-libs/gst/rtp/libgstrtp-@GST_MAJORMINOR@.la \
|
||||
$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la \
|
||||
$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
||||
<!ENTITY % version-entities SYSTEM "version.entities">
|
||||
%version-entities;
|
||||
|
@ -13,6 +13,7 @@
|
|||
<!ENTITY GstAudioSrc SYSTEM "xml/gstaudiosrc.xml">
|
||||
<!ENTITY GstBaseAudioSink SYSTEM "xml/gstbaseaudiosink.xml">
|
||||
<!ENTITY GstBaseAudioSrc SYSTEM "xml/gstbaseaudiosrc.xml">
|
||||
<!ENTITY GstMultiChannel SYSTEM "xml/gstmultichannel.xml">
|
||||
<!ENTITY GstRingBuffer SYSTEM "xml/gstringbuffer.xml">
|
||||
<!-- cdda -->
|
||||
<!ENTITY GstCddaBaseSrc SYSTEM "xml/gstcddabasesrc.xml">
|
||||
|
@ -31,8 +32,14 @@
|
|||
<!ENTITY GstTunerNorm SYSTEM "xml/gsttunernorm.xml">
|
||||
<!ENTITY GstXOverlay SYSTEM "xml/gstxoverlay.xml">
|
||||
<!-- netbuffer -->
|
||||
<!ENTITY GstNetBuffer SYSTEM "xml/gstnetbuffer.xml">
|
||||
<!-- riff -->
|
||||
<!ENTITY GstRiff SYSTEM "xml/gstriff.xml">
|
||||
<!-- rtp -->
|
||||
<!ENTITY GstBaseRtpAudioPayload SYSTEM "xml/gstbasertpaudiopayload.xml">
|
||||
<!ENTITY GstBaseRtpDepayload SYSTEM "xml/gstbasertpdepayload.xml">
|
||||
<!ENTITY GstBaseRtpPayload SYSTEM "xml/gstbasertppayload.xml">
|
||||
<!ENTITY GstRtpBuffer SYSTEM "xml/gstrtpbuffer.xml">
|
||||
<!-- tag -->
|
||||
<!ENTITY GstTag SYSTEM "xml/gsttag.xml">
|
||||
<!ENTITY GstTagVorbis SYSTEM "xml/gsttagvorbis.xml">
|
||||
|
@ -75,9 +82,10 @@
|
|||
&GstBaseAudioSrc;
|
||||
&GstAudioSink;
|
||||
&GstAudioSrc;
|
||||
&GstMultiChannel;
|
||||
&GstRingBuffer;
|
||||
</chapter>
|
||||
|
||||
|
||||
<chapter id="gstreamer-cdda">
|
||||
<title>CDDA Library</title>
|
||||
<para>
|
||||
|
@ -87,7 +95,7 @@
|
|||
</para>
|
||||
&GstCddaBaseSrc;
|
||||
</chapter>
|
||||
|
||||
|
||||
<chapter id="gstreamer-floatcast">
|
||||
<title>FloatCast Library</title>
|
||||
<para>
|
||||
|
@ -97,7 +105,7 @@
|
|||
</para>
|
||||
&GstFloatCast;
|
||||
</chapter>
|
||||
|
||||
|
||||
<chapter id="gstreamer-interfaces">
|
||||
<title>Interfaces Library</title>
|
||||
<para>
|
||||
|
@ -117,7 +125,40 @@
|
|||
&GstTunerNorm;
|
||||
&GstXOverlay;
|
||||
</chapter>
|
||||
|
||||
|
||||
<chapter id="gstreamer-netbuffer">
|
||||
<title>Network Buffer Library</title>
|
||||
<para>
|
||||
This library should be linked to by getting cflags and libs from
|
||||
<filename>gstreamer-plugins-base.pc</filename> and adding
|
||||
<filename>-lgstnetbuffer-&GST_MAJORMINOR;</filename> to the library flags.
|
||||
</para>
|
||||
&GstNetBuffer;
|
||||
</chapter>
|
||||
|
||||
<chapter id="gstreamer-riff">
|
||||
<title>Riff Media Library</title>
|
||||
<para>
|
||||
This library should be linked to by getting cflags and libs from
|
||||
<filename>gstreamer-plugins-base.pc</filename> and adding
|
||||
<filename>-lgstriff-&GST_MAJORMINOR;</filename> to the library flags.
|
||||
</para>
|
||||
&GstRiff;
|
||||
</chapter>
|
||||
|
||||
<chapter id="gstreamer-rtp">
|
||||
<title>Rtp Library</title>
|
||||
<para>
|
||||
This library should be linked to by getting cflags and libs from
|
||||
<filename>gstreamer-plugins-base.pc</filename> and adding
|
||||
<filename>-lgstrtp-&GST_MAJORMINOR;</filename> to the library flags.
|
||||
</para>
|
||||
&GstBaseRtpAudioPayload;
|
||||
&GstBaseRtpDepayload;
|
||||
&GstBaseRtpPayload;
|
||||
&GstRtpBuffer;
|
||||
</chapter>
|
||||
|
||||
<chapter id="gstreamer-tag">
|
||||
<title>Tag Support Library</title>
|
||||
<para>
|
||||
|
@ -129,7 +170,7 @@
|
|||
&GstTagVorbis;
|
||||
&GstTagID3;
|
||||
</chapter>
|
||||
|
||||
|
||||
<chapter id="gstreamer-video">
|
||||
<title>Video Library</title>
|
||||
<para>
|
||||
|
|
|
@ -24,6 +24,7 @@ gst_audio_structure_set_int
|
|||
<INCLUDE>gst/audio/gstaudioclock.h</INCLUDE>
|
||||
GstAudioClock
|
||||
GstAudioClockClass
|
||||
GstAudioClockGetTimeFunc
|
||||
gst_audio_clock_new
|
||||
<SUBSECTION Standard>
|
||||
GST_AUDIO_CLOCK
|
||||
|
@ -96,6 +97,7 @@ GST_AUDIO_SRC_GET_CLASS
|
|||
<INCLUDE>gst/audio/gstbaseaudiosink.h</INCLUDE>
|
||||
GstBaseAudioSink
|
||||
GstBaseAudioSinkClass
|
||||
|
||||
GST_BASE_AUDIO_SINK_CLOCK
|
||||
GST_BASE_AUDIO_SINK_PAD
|
||||
gst_base_audio_sink_create_ringbuffer
|
||||
|
@ -114,6 +116,7 @@ GST_BASE_AUDIO_SINK_GET_CLASS
|
|||
<INCLUDE>gst/audio/gstbaseaudiosrc.h</INCLUDE>
|
||||
GstBaseAudioSrc
|
||||
GstBaseAudioSrcClass
|
||||
|
||||
GST_BASE_AUDIO_SRC_CLOCK
|
||||
GST_BASE_AUDIO_SRC_PAD
|
||||
gst_base_audio_src_create_ringbuffer
|
||||
|
@ -127,15 +130,31 @@ GST_IS_BASE_AUDIO_SRC_CLASS
|
|||
GST_BASE_AUDIO_SRC_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstmultichannel</FILE>
|
||||
<INCLUDE>gst/audio/multichannel.h</INCLUDE>
|
||||
GstAudioChannelPosition
|
||||
gst_audio_fixate_channel_positions
|
||||
gst_audio_get_channel_positions
|
||||
gst_audio_set_caps_channel_positions_list
|
||||
gst_audio_set_channel_positions
|
||||
gst_audio_set_structure_channel_positions_list
|
||||
<SUBSECTION Standard>
|
||||
GST_TYPE_AUDIO_CHANNEL_POSITION
|
||||
gst_audio_channel_position_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstringbuffer</FILE>
|
||||
<INCLUDE>gst/audio/gstringbuffer.h</INCLUDE>
|
||||
GstRingBuffer
|
||||
GstRingBufferSpec
|
||||
GstRingBufferClass
|
||||
GstRingBufferSpec
|
||||
GstRingBufferCallback
|
||||
GstRingBufferSegState
|
||||
GstRingBufferState
|
||||
GstBufferFormat
|
||||
GstBufferFormatType
|
||||
|
||||
GST_RING_BUFFER_BROADCAST
|
||||
GST_RING_BUFFER_GET_COND
|
||||
|
@ -159,7 +178,6 @@ gst_ring_buffer_commit
|
|||
|
||||
gst_ring_buffer_prepare_read
|
||||
gst_ring_buffer_read
|
||||
gst_ring_buffer_prepare_write
|
||||
gst_ring_buffer_clear
|
||||
gst_ring_buffer_clear_all
|
||||
gst_ring_buffer_advance
|
||||
|
@ -201,6 +219,7 @@ GST_TAG_CDDA_CDDB_DISCID
|
|||
GST_TAG_CDDA_CDDB_DISCID_FULL
|
||||
GST_TAG_CDDA_MUSICBRAINZ_DISCID
|
||||
GST_TAG_CDDA_MUSICBRAINZ_DISCID_FULL
|
||||
GST_TAG_CDDA_TRACK_TAGS
|
||||
<SUBSECTION Standard>
|
||||
GST_CDDA_BASE_SRC
|
||||
GST_CDDA_BASE_SRC_CLASS
|
||||
|
@ -236,13 +255,13 @@ gst_cast_float
|
|||
<FILE>gstcolorbalance</FILE>
|
||||
<INCLUDE>gst/interfaces/color.h</INCLUDE>
|
||||
GstColorBalance
|
||||
GstColorBalanceClass
|
||||
GstColorBalanceType
|
||||
gst_color_balance_list_channels
|
||||
gst_color_balance_get_value
|
||||
gst_color_balance_set_value
|
||||
gst_color_balance_value_changed
|
||||
<SUBSECTION Standard>
|
||||
GstColorBalanceClass
|
||||
GST_COLOR_BALANCE
|
||||
GST_COLOR_BALANCE_CLASS
|
||||
GST_COLOR_BALANCE_GET_CLASS
|
||||
|
@ -259,8 +278,8 @@ gst_color_balance_type_get_type
|
|||
<FILE>gstcolorbalancechannel</FILE>
|
||||
<INCLUDE>gst/interfaces/colorbalancechannel.h</INCLUDE>
|
||||
GstColorBalanceChannel
|
||||
GstColorBalanceChannelClass
|
||||
<SUBSECTION Standard>
|
||||
GstColorBalanceChannelClass
|
||||
GST_COLOR_BALANCE_CHANNEL
|
||||
GST_COLOR_BALANCE_CHANNEL_CLASS
|
||||
GST_IS_COLOR_BALANCE_CHANNEL
|
||||
|
@ -273,7 +292,6 @@ gst_color_balance_channel_get_type
|
|||
<FILE>gstmixer</FILE>
|
||||
<INCLUDE>gst/interfaces/mixer.h</INCLUDE>
|
||||
GstMixer
|
||||
GstMixerClass
|
||||
GstMixerType
|
||||
|
||||
gst_mixer_list_tracks
|
||||
|
@ -291,6 +309,7 @@ gst_mixer_option_changed
|
|||
gst_mixer_get_option
|
||||
|
||||
<SUBSECTION Standard>
|
||||
GstMixerClass
|
||||
GST_TYPE_MIXER
|
||||
GST_TYPE_MIXER_TYPE
|
||||
GST_MIXER
|
||||
|
@ -307,9 +326,9 @@ gst_mixer_type_get_type
|
|||
<FILE>gstmixeroptions</FILE>
|
||||
<INCLUDE>gst/interfaces/mixer.h</INCLUDE>
|
||||
GstMixerOptions
|
||||
GstMixerOptionsClass
|
||||
gst_mixer_options_get_values
|
||||
<SUBSECTION Standard>
|
||||
GstMixerOptionsClass
|
||||
GST_TYPE_MIXER_OPTIONS
|
||||
GST_MIXER_OPTIONS
|
||||
GST_MIXER_OPTIONS_CLASS
|
||||
|
@ -322,10 +341,10 @@ gst_mixer_options_get_type
|
|||
<FILE>gstmixertrack</FILE>
|
||||
<INCLUDE>gst/interfaces/mixer.h</INCLUDE>
|
||||
GstMixerTrack
|
||||
GstMixerTrackClass
|
||||
GstMixerTrackFlags
|
||||
GST_MIXER_TRACK_HAS_FLAG
|
||||
<SUBSECTION Standard>
|
||||
GstMixerTrackClass
|
||||
GST_TYPE_MIXER_TRACK
|
||||
GST_TYPE_MIXER_TRACK_FLAGS
|
||||
GST_MIXER_TRACK
|
||||
|
@ -381,7 +400,6 @@ gst_property_probe_get_type
|
|||
<FILE>gsttuner</FILE>
|
||||
<INCLUDE>gst/interfaces/tuner.h</INCLUDE>
|
||||
GstTuner
|
||||
GstTunerClass
|
||||
|
||||
gst_tuner_list_channels
|
||||
gst_tuner_get_channel
|
||||
|
@ -403,6 +421,7 @@ gst_tuner_norm_changed
|
|||
gst_tuner_frequency_changed
|
||||
gst_tuner_signal_changed
|
||||
<SUBSECTION Standard>
|
||||
GstTunerClass
|
||||
GST_TYPE_TUNER
|
||||
GST_TUNER
|
||||
GST_TUNER_CLASS
|
||||
|
@ -416,10 +435,10 @@ gst_tuner_get_type
|
|||
<FILE>gsttunerchannel</FILE>
|
||||
<INCLUDE>gst/interfaces/tuner.h</INCLUDE>
|
||||
GstTunerChannel
|
||||
GstTunerChannelClass
|
||||
GstTunerChannelFlags
|
||||
GST_TUNER_CHANNEL_HAS_FLAG
|
||||
<SUBSECTION Standard>
|
||||
GstTunerChannelClass
|
||||
GST_TYPE_TUNER_CHANNEL
|
||||
GST_TYPE_TUNER_CHANNEL_FLAGS
|
||||
GST_TUNER_CHANNEL
|
||||
|
@ -434,8 +453,8 @@ gst_tuner_channel_get_type
|
|||
<FILE>gsttunernorm</FILE>
|
||||
<INCLUDE>gst/interfaces/tuner.h</INCLUDE>
|
||||
GstTunerNorm
|
||||
GstTunerNormClass
|
||||
<SUBSECTION Standard>
|
||||
GstTunerNormClass
|
||||
GST_TYPE_TUNER_NORM
|
||||
GST_TUNER_NORM
|
||||
GST_TUNER_NORM_CLASS
|
||||
|
@ -448,12 +467,12 @@ gst_tuner_norm_get_type
|
|||
<FILE>gstxoverlay</FILE>
|
||||
<INCLUDE>gst/interfaces/xoverlay.h</INCLUDE>
|
||||
GstXOverlay
|
||||
GstXOverlayClass
|
||||
gst_x_overlay_set_xwindow_id
|
||||
gst_x_overlay_got_xwindow_id
|
||||
gst_x_overlay_prepare_xwindow_id
|
||||
gst_x_overlay_expose
|
||||
<SUBSECTION Standard>
|
||||
GstXOverlayClass
|
||||
GST_TYPE_X_OVERLAY
|
||||
GST_X_OVERLAY
|
||||
GST_X_OVERLAY_CLASS
|
||||
|
@ -464,6 +483,362 @@ gst_x_overlay_get_type
|
|||
</SECTION>
|
||||
|
||||
|
||||
# netbuffer
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstnetbuffer</FILE>
|
||||
<INCLUDE>gst/netbuffer/gstnetbuffer.h</INCLUDE>
|
||||
GstNetBuffer
|
||||
GstNetType
|
||||
|
||||
gst_netbuffer_new
|
||||
gst_netaddress_get_ip4_address
|
||||
gst_netaddress_get_ip6_address
|
||||
gst_netaddress_get_net_type
|
||||
gst_netaddress_set_ip4_address
|
||||
gst_netaddress_set_ip6_address
|
||||
<SUBSECTION Standard>
|
||||
GstNetBufferClass
|
||||
GST_TYPE_NETBUFFER
|
||||
GST_NETBUFFER
|
||||
GST_NETBUFFER_CLASS
|
||||
GST_NETBUFFER_GET_CLASS
|
||||
GST_IS_NETBUFFER
|
||||
GST_IS_NETBUFFER_CLASS
|
||||
gst_netbuffer_get_type
|
||||
</SECTION>
|
||||
|
||||
|
||||
# riff
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstriff</FILE>
|
||||
<INCLUDE>gst/riff/riff-media.h</INCLUDE>
|
||||
GST_RIFF_00
|
||||
GST_RIFF_0021
|
||||
GST_RIFF_0031
|
||||
GST_RIFF_0032
|
||||
GST_RIFF_00AM
|
||||
GST_RIFF_00__
|
||||
GST_RIFF_00db
|
||||
GST_RIFF_00dc
|
||||
GST_RIFF_00dx
|
||||
GST_RIFF_00id
|
||||
GST_RIFF_00iv
|
||||
GST_RIFF_00pc
|
||||
GST_RIFF_00rt
|
||||
GST_RIFF_00vc
|
||||
GST_RIFF_00xm
|
||||
GST_RIFF_00xx
|
||||
GST_RIFF_01
|
||||
GST_RIFF_01dc
|
||||
GST_RIFF_01pc
|
||||
GST_RIFF_01wb
|
||||
GST_RIFF_02
|
||||
GST_RIFF_03
|
||||
GST_RIFF_04
|
||||
GST_RIFF_05
|
||||
GST_RIFF_06
|
||||
GST_RIFF_07
|
||||
GST_RIFF_AURA
|
||||
GST_RIFF_BW10
|
||||
GST_RIFF_CCC
|
||||
GST_RIFF_CRAM
|
||||
GST_RIFF_CVID
|
||||
GST_RIFF_CYUV
|
||||
GST_RIFF_DISP
|
||||
GST_RIFF_DIV3
|
||||
GST_RIFF_DMB1
|
||||
GST_RIFF_FCCH_MSVC
|
||||
GST_RIFF_FCCH_RLE
|
||||
GST_RIFF_FCCH_msvc
|
||||
GST_RIFF_FCC_auds
|
||||
GST_RIFF_FCC_iavs
|
||||
GST_RIFF_FCC_pads
|
||||
GST_RIFF_FCC_txts
|
||||
GST_RIFF_FCC_vidc
|
||||
GST_RIFF_FCC_vids
|
||||
GST_RIFF_FF00
|
||||
GST_RIFF_H263
|
||||
GST_RIFF_I420
|
||||
GST_RIFF_IDIT
|
||||
GST_RIFF_IJPG
|
||||
GST_RIFF_INFO_IARL
|
||||
GST_RIFF_INFO_IART
|
||||
GST_RIFF_INFO_ICMS
|
||||
GST_RIFF_INFO_ICMT
|
||||
GST_RIFF_INFO_ICOP
|
||||
GST_RIFF_INFO_ICRD
|
||||
GST_RIFF_INFO_ICRP
|
||||
GST_RIFF_INFO_IDIM
|
||||
GST_RIFF_INFO_IDPI
|
||||
GST_RIFF_INFO_IENG
|
||||
GST_RIFF_INFO_IGNR
|
||||
GST_RIFF_INFO_IKEY
|
||||
GST_RIFF_INFO_ILGT
|
||||
GST_RIFF_INFO_IMED
|
||||
GST_RIFF_INFO_INAM
|
||||
GST_RIFF_INFO_IPLT
|
||||
GST_RIFF_INFO_IPRD
|
||||
GST_RIFF_INFO_ISBJ
|
||||
GST_RIFF_INFO_ISFT
|
||||
GST_RIFF_INFO_ISHP
|
||||
GST_RIFF_INFO_ISRC
|
||||
GST_RIFF_INFO_ISRF
|
||||
GST_RIFF_INFO_ITCH
|
||||
GST_RIFF_ISBJ
|
||||
GST_RIFF_ISFT
|
||||
GST_RIFF_IV31
|
||||
GST_RIFF_IV32
|
||||
GST_RIFF_IV41
|
||||
GST_RIFF_IV50
|
||||
GST_RIFF_IYUV
|
||||
GST_RIFF_JPEG
|
||||
GST_RIFF_L263
|
||||
GST_RIFF_LIST_AVIX
|
||||
GST_RIFF_LIST_INFO
|
||||
GST_RIFF_LIST_adtl
|
||||
GST_RIFF_LIST_hdrl
|
||||
GST_RIFF_LIST_movi
|
||||
GST_RIFF_LIST_odml
|
||||
GST_RIFF_LIST_strl
|
||||
GST_RIFF_M263
|
||||
GST_RIFF_MJPG
|
||||
GST_RIFF_MPIX
|
||||
GST_RIFF_MVI1
|
||||
GST_RIFF_NONE
|
||||
GST_RIFF_PACK
|
||||
GST_RIFF_Q1_0
|
||||
GST_RIFF_RGB
|
||||
GST_RIFF_RIFF_AVI
|
||||
GST_RIFF_RIFF_CDXA
|
||||
GST_RIFF_RIFF_WAVE
|
||||
GST_RIFF_RLE4
|
||||
GST_RIFF_RLE8
|
||||
GST_RIFF_RT21
|
||||
GST_RIFF_SFMC
|
||||
GST_RIFF_TAG_JUNK
|
||||
GST_RIFF_TAG_LIST
|
||||
GST_RIFF_TAG_RIFF
|
||||
GST_RIFF_TAG_RIFX
|
||||
GST_RIFF_TAG_avih
|
||||
GST_RIFF_TAG_cue
|
||||
GST_RIFF_TAG_data
|
||||
GST_RIFF_TAG_dmlh
|
||||
GST_RIFF_TAG_fmt
|
||||
GST_RIFF_TAG_idx1
|
||||
GST_RIFF_TAG_plst
|
||||
GST_RIFF_TAG_strd
|
||||
GST_RIFF_TAG_strf
|
||||
GST_RIFF_TAG_strh
|
||||
GST_RIFF_TAG_strn
|
||||
GST_RIFF_TAG_vedt
|
||||
GST_RIFF_TRAN
|
||||
GST_RIFF_ULTI
|
||||
GST_RIFF_V422
|
||||
GST_RIFF_VDOW
|
||||
GST_RIFF_VIXL
|
||||
GST_RIFF_VSSH
|
||||
GST_RIFF_VYUY
|
||||
GST_RIFF_WHAM
|
||||
GST_RIFF_WINX
|
||||
GST_RIFF_WPY2
|
||||
GST_RIFF_XMPG
|
||||
GST_RIFF_Y41P
|
||||
GST_RIFF_YUV8
|
||||
GST_RIFF_YUV9
|
||||
GST_RIFF_YUY2
|
||||
GST_RIFF_YV12
|
||||
GST_RIFF_YVU9
|
||||
GST_RIFF_azpr
|
||||
GST_RIFF_bw10
|
||||
GST_RIFF_ccc
|
||||
GST_RIFF_cram
|
||||
GST_RIFF_cvid
|
||||
GST_RIFF_cyuv
|
||||
GST_RIFF_dmb1
|
||||
GST_RIFF_h263
|
||||
GST_RIFF_i263
|
||||
GST_RIFF_i420
|
||||
GST_RIFF_iv31
|
||||
GST_RIFF_iv32
|
||||
GST_RIFF_iv41
|
||||
GST_RIFF_iv50
|
||||
GST_RIFF_iyuv
|
||||
GST_RIFF_jpeg
|
||||
GST_RIFF_m263
|
||||
GST_RIFF_mJPG
|
||||
GST_RIFF_mvi1
|
||||
GST_RIFF_none
|
||||
GST_RIFF_pack
|
||||
GST_RIFF_rec
|
||||
GST_RIFF_rgb
|
||||
GST_RIFF_rle4
|
||||
GST_RIFF_rle8
|
||||
GST_RIFF_rpza
|
||||
GST_RIFF_rt21
|
||||
GST_RIFF_tran
|
||||
GST_RIFF_ulti
|
||||
GST_RIFF_v422
|
||||
GST_RIFF_vixl
|
||||
GST_RIFF_vyuy
|
||||
GST_RIFF_wham
|
||||
GST_RIFF_x263
|
||||
GST_RIFF_xmpg
|
||||
GST_RIFF_y41p
|
||||
GST_RIFF_yuy2
|
||||
GST_RIFF_yv12
|
||||
gst_riff_create_audio_caps
|
||||
gst_riff_create_audio_template_caps
|
||||
gst_riff_create_iavs_caps
|
||||
gst_riff_create_iavs_template_caps
|
||||
gst_riff_create_video_caps
|
||||
gst_riff_create_video_template_caps
|
||||
gst_riff_dmlh
|
||||
gst_riff_index_entry
|
||||
gst_riff_init
|
||||
gst_riff_parse_chunk
|
||||
gst_riff_parse_file_header
|
||||
gst_riff_parse_info
|
||||
gst_riff_parse_strf_auds
|
||||
gst_riff_parse_strf_iavs
|
||||
gst_riff_parse_strf_vids
|
||||
gst_riff_parse_strh
|
||||
gst_riff_read_chunk
|
||||
gst_riff_strf_auds
|
||||
gst_riff_strf_iavs
|
||||
gst_riff_strf_vids
|
||||
gst_riff_strh
|
||||
<SUBSECTION Standard>
|
||||
</SECTION>
|
||||
|
||||
|
||||
# rtp
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstbasertpaudiopayload</FILE>
|
||||
<INCLUDE>gst/rtp/gstbasertpaudiopayload.h</INCLUDE>
|
||||
GstBaseRTPAudioPayload
|
||||
GstBaseRTPAudioPayloadClass
|
||||
|
||||
gst_basertpaudiopayload_set_frame_based
|
||||
gst_basertpaudiopayload_set_frame_options
|
||||
gst_basertpaudiopayload_set_sample_based
|
||||
gst_basertpaudiopayload_set_sample_options
|
||||
<SUBSECTION Standard>
|
||||
GST_TYPE_BASE_RTP_AUDIO_PAYLOAD
|
||||
GST_BASE_RTP_AUDIO_PAYLOAD
|
||||
GST_BASE_RTP_AUDIO_PAYLOAD_CLASS
|
||||
GST_IS_BASE_RTP_AUDIO_PAYLOAD
|
||||
GST_IS_BASE_RTP_AUDIO_PAYLOAD_CLASS
|
||||
gst_basertpaudiopayload_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstbasertpdepayload</FILE>
|
||||
<INCLUDE>gst/rtp/gstbasertpdepayload.h</INCLUDE>
|
||||
GstBaseRTPDepayload
|
||||
GstBaseRTPDepayloadClass
|
||||
|
||||
GST_BASE_RTP_DEPAYLOAD_SINKPAD
|
||||
GST_BASE_RTP_DEPAYLOAD_SRCPAD
|
||||
|
||||
<SUBSECTION Standard>
|
||||
GST_TYPE_BASE_RTP_DEPAYLOAD
|
||||
GST_BASE_RTP_DEPAYLOAD
|
||||
GST_BASE_RTP_DEPAYLOAD_CLASS
|
||||
GST_BASE_RTP_DEPAYLOAD_GET_CLASS
|
||||
GST_IS_BASE_RTP_DEPAYLOAD
|
||||
GST_IS_BASE_RTP_DEPAYLOAD_CLASS
|
||||
gst_base_rtp_depayload_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstbasertppayload</FILE>
|
||||
<INCLUDE>gst/rtp/gstbasertppayload.h</INCLUDE>
|
||||
GstBaseRTPPayload
|
||||
GstBaseRTPPayloadClass
|
||||
|
||||
GST_BASE_RTP_PAYLOAD_MTU
|
||||
GST_BASE_RTP_PAYLOAD_PT
|
||||
GST_BASE_RTP_PAYLOAD_SINKPAD
|
||||
GST_BASE_RTP_PAYLOAD_SRCPAD
|
||||
|
||||
gst_basertppayload_is_filled
|
||||
gst_basertppayload_push
|
||||
gst_basertppayload_set_options
|
||||
gst_basertppayload_set_outcaps
|
||||
<SUBSECTION Standard>
|
||||
GST_TYPE_BASE_RTP_PAYLOAD
|
||||
GST_BASE_RTP_PAYLOAD
|
||||
GST_BASE_RTP_PAYLOAD_CLASS
|
||||
GST_BASE_RTP_PAYLOAD_GET_CLASS
|
||||
GST_IS_BASE_RTP_PAYLOAD
|
||||
GST_IS_BASE_RTP_PAYLOAD_CLASS
|
||||
gst_basertppayload_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstrtpbuffer</FILE>
|
||||
<INCLUDE>gst/rtp/gstrtpbuffer.h</INCLUDE>
|
||||
GstRTPPayload
|
||||
|
||||
GST_RTP_VERSION
|
||||
GST_RTP_PAYLOAD_DYNAMIC_STRING
|
||||
GST_RTP_PAYLOAD_G723_53_STRING
|
||||
GST_RTP_PAYLOAD_G723_63_STRING
|
||||
GST_RTP_PAYLOAD_G728_STRING
|
||||
GST_RTP_PAYLOAD_G729_STRING
|
||||
GST_RTP_PAYLOAD_GSM_STRING
|
||||
GST_RTP_PAYLOAD_H263_STRING
|
||||
GST_RTP_PAYLOAD_L16_MONO_STRING
|
||||
GST_RTP_PAYLOAD_L16_STEREO_STRING
|
||||
GST_RTP_PAYLOAD_MPA_STRING
|
||||
GST_RTP_PAYLOAD_MPV_STRING
|
||||
GST_RTP_PAYLOAD_PCMA_STRING
|
||||
GST_RTP_PAYLOAD_PCMU_STRING
|
||||
GST_RTP_PAYLOAD_TS41_STRING
|
||||
GST_RTP_PAYLOAD_TS48_STRING
|
||||
|
||||
gst_rtp_buffer_allocate_data
|
||||
gst_rtp_buffer_calc_header_len
|
||||
gst_rtp_buffer_calc_packet_len
|
||||
gst_rtp_buffer_calc_payload_len
|
||||
gst_rtp_buffer_get_csrc
|
||||
gst_rtp_buffer_get_csrc_count
|
||||
gst_rtp_buffer_get_extension
|
||||
gst_rtp_buffer_get_marker
|
||||
gst_rtp_buffer_get_packet_len
|
||||
gst_rtp_buffer_get_padding
|
||||
gst_rtp_buffer_get_payload
|
||||
gst_rtp_buffer_get_payload_buffer
|
||||
gst_rtp_buffer_get_payload_len
|
||||
gst_rtp_buffer_get_payload_type
|
||||
gst_rtp_buffer_get_seq
|
||||
gst_rtp_buffer_get_ssrc
|
||||
gst_rtp_buffer_get_timestamp
|
||||
gst_rtp_buffer_get_version
|
||||
gst_rtp_buffer_new
|
||||
gst_rtp_buffer_new_allocate
|
||||
gst_rtp_buffer_new_allocate_len
|
||||
gst_rtp_buffer_new_copy_data
|
||||
gst_rtp_buffer_new_take_data
|
||||
gst_rtp_buffer_pad_to
|
||||
gst_rtp_buffer_set_csrc
|
||||
gst_rtp_buffer_set_extension
|
||||
gst_rtp_buffer_set_marker
|
||||
gst_rtp_buffer_set_packet_len
|
||||
gst_rtp_buffer_set_padding
|
||||
gst_rtp_buffer_set_payload_type
|
||||
gst_rtp_buffer_set_seq
|
||||
gst_rtp_buffer_set_ssrc
|
||||
gst_rtp_buffer_set_timestamp
|
||||
gst_rtp_buffer_set_version
|
||||
gst_rtp_buffer_validate
|
||||
gst_rtp_buffer_validate_data
|
||||
<SUBSECTION Standard>
|
||||
</SECTION>
|
||||
|
||||
# tag
|
||||
|
||||
<SECTION>
|
||||
|
@ -475,7 +850,12 @@ GST_TAG_MUSICBRAINZ_ALBUMID
|
|||
GST_TAG_MUSICBRAINZ_ALBUMARTISTID
|
||||
GST_TAG_MUSICBRAINZ_TRMID
|
||||
GST_TAG_MUSICBRAINZ_SORTNAME
|
||||
GST_TAG_CMML_CLIP
|
||||
GST_TAG_CMML_HEAD
|
||||
GST_TAG_CMML_STREAM
|
||||
gst_tag_register_musicbrainz_tags
|
||||
<SUBSECTION Private>
|
||||
GstTagEntryMatch
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -564,13 +944,13 @@ gst_video_get_size
|
|||
<INCLUDE>gst/video/gstvideofilter.h</INCLUDE>
|
||||
GstVideoFilter
|
||||
GstVideoFilterClass
|
||||
<SUBSECTION Standard>
|
||||
GST_TYPE_VIDEO_FILTER
|
||||
GST_VIDEO_FILTER
|
||||
GST_VIDEO_FILTER_CLASS
|
||||
GST_VIDEO_FILTER_GET_CLASS
|
||||
GST_IS_VIDEO_FILTER
|
||||
GST_IS_VIDEO_FILTER_CLASS
|
||||
<SUBSECTION Standard>
|
||||
gst_video_filter_get_type
|
||||
</SECTION>
|
||||
|
||||
|
|
|
@ -40,6 +40,16 @@ gst_tuner_norm_get_type
|
|||
gst_x_overlay_get_type
|
||||
|
||||
|
||||
#include <gst/netbuffer/gstnetbuffer.h>
|
||||
gst_netbuffer_get_type
|
||||
|
||||
|
||||
#include <gst/rtp/gstbasertpdepayload.h>
|
||||
gst_base_rtp_depayload_get_type
|
||||
#include <gst/rtp/gstbasertppayload.h>
|
||||
gst_basertppayload_get_type
|
||||
|
||||
|
||||
#include <gst/video/gstvideofilter.h>
|
||||
gst_video_filter_get_type
|
||||
#include <gst/video/gstvideosink.h>
|
||||
|
|
|
@ -725,6 +725,7 @@ gst_ring_buffer_is_acquired (GstRingBuffer * buf)
|
|||
/**
|
||||
* gst_ring_buffer_set_flushing:
|
||||
* @buf: the #GstRingBuffer to flush
|
||||
* @flushing: the new mode
|
||||
*
|
||||
* Set the ringbuffer to flushing mode or normal mode.
|
||||
*
|
||||
|
|
|
@ -332,7 +332,9 @@ guint gst_ring_buffer_read (GstRingBuffer *buf, guint64 sam
|
|||
guchar *data, guint len);
|
||||
|
||||
/* mostly protected */
|
||||
/* not yet implemented
|
||||
gboolean gst_ring_buffer_prepare_write (GstRingBuffer *buf, gint *segment, guint8 **writeptr, gint *len);
|
||||
*/
|
||||
gboolean gst_ring_buffer_prepare_read (GstRingBuffer *buf, gint *segment, guint8 **readptr, gint *len);
|
||||
void gst_ring_buffer_clear (GstRingBuffer *buf, gint segment);
|
||||
void gst_ring_buffer_advance (GstRingBuffer *buf, guint advance);
|
||||
|
|
|
@ -18,6 +18,11 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gstfloatcast
|
||||
* @short_description: Floating point platform independence macros
|
||||
*/
|
||||
|
||||
#ifndef __FLOATCAST_H__
|
||||
#define __FLOATCAST_H__
|
||||
|
||||
|
|
|
@ -296,7 +296,7 @@ gst_property_probe_get_values_name (GstPropertyProbe * probe,
|
|||
* fo the probe. After that, retrieve a value list. Meant as a
|
||||
* utility function that wraps the above functions.
|
||||
*
|
||||
* Return: the list of valid values for this property.
|
||||
* Returns: the list of valid values for this property.
|
||||
*/
|
||||
|
||||
GValueArray *
|
||||
|
@ -323,7 +323,7 @@ gst_property_probe_probe_and_get_values (GstPropertyProbe * probe,
|
|||
*
|
||||
* Same as gst_property_probe_probe_and_get_values ().
|
||||
*
|
||||
* Return: the list of valid values for this property.
|
||||
* Returns: the list of valid values for this property.
|
||||
*/
|
||||
|
||||
GValueArray *
|
||||
|
|
|
@ -17,6 +17,11 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gstnetbuffer
|
||||
* @short_description: Buffer for use in network sources and sinks
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "gstnetbuffer.h"
|
||||
|
|
|
@ -53,7 +53,6 @@ gst_riff_read_chunk (GstElement * element,
|
|||
GstFlowReturn res;
|
||||
guint size;
|
||||
guint64 offset = *_offset;
|
||||
gchar dbg[5] = { 0, };
|
||||
|
||||
skip_junk:
|
||||
|
||||
|
@ -69,8 +68,8 @@ skip_junk:
|
|||
size = GST_READ_UINT32_LE (GST_BUFFER_DATA (buf) + 4);
|
||||
gst_buffer_unref (buf);
|
||||
|
||||
memcpy (dbg, tag, 4);
|
||||
GST_DEBUG_OBJECT (element, "tag=%s, size=%u", dbg, size);
|
||||
GST_DEBUG_OBJECT (element, "fourcc=%" GST_FOURCC_FORMAT ", size=%u",
|
||||
GST_FOURCC_ARGS (tag), size);
|
||||
|
||||
/* skip 'JUNK' chunks */
|
||||
if (*tag == GST_RIFF_TAG_JUNK) {
|
||||
|
|
|
@ -36,7 +36,7 @@ G_BEGIN_DECLS
|
|||
GstFlowReturn gst_riff_read_chunk (GstElement * element,
|
||||
GstPad * pad,
|
||||
guint64 * offset,
|
||||
guint32 * fourcc,
|
||||
guint32 * tag,
|
||||
GstBuffer ** chunk_data);
|
||||
|
||||
/*
|
||||
|
|
|
@ -69,8 +69,6 @@ struct _GstBaseRTPAudioPayloadClass
|
|||
gpointer _gst_reserved[GST_PADDING];
|
||||
};
|
||||
|
||||
gboolean gst_basertpaudiopayload_plugin_init (GstPlugin * plugin);
|
||||
|
||||
GType gst_basertpaudiopayload_get_type (void);
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue