docs/plugins/: Fix hierarchy, added some more elements to the docs.

Original commit message from CVS:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins.args:
* docs/plugins/gst-plugins-base-plugins.hierarchy:
* docs/plugins/gst-plugins-base-plugins.interfaces:
* docs/plugins/gst-plugins-base-plugins.signals:
Fix hierarchy, added some more elements to the docs.
* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
(gst_ffmpegcsp_get_type):
* gst/ffmpegcolorspace/gstffmpegcolorspace.h:
Fix docs for ffmpegcolorspace.
This commit is contained in:
Wim Taymans 2006-03-02 11:28:23 +00:00
parent 5be137bbea
commit 3afd669472
8 changed files with 132 additions and 100 deletions

View file

@ -1,3 +1,17 @@
2006-03-02 Wim Taymans <wim@fluendo.com>
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins.args:
* docs/plugins/gst-plugins-base-plugins.hierarchy:
* docs/plugins/gst-plugins-base-plugins.interfaces:
* docs/plugins/gst-plugins-base-plugins.signals:
Fix hierarchy, added some more elements to the docs.
* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
(gst_ffmpegcsp_get_type):
* gst/ffmpegcolorspace/gstffmpegcolorspace.h:
Fix docs for ffmpegcolorspace.
2006-03-01 Tim-Philipp Müller <tim at centricular dot net> 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
* gst/typefind/gsttypefindfunctions.c: (id3_type_find), * gst/typefind/gsttypefindfunctions.c: (id3_type_find),

View file

@ -43,8 +43,11 @@
<xi:include href="xml/plugin-alsa.xml" /> <xi:include href="xml/plugin-alsa.xml" />
<xi:include href="xml/plugin-audioconvert.xml" /> <xi:include href="xml/plugin-audioconvert.xml" />
<xi:include href="xml/plugin-audiorate.xml" /> <xi:include href="xml/plugin-audiorate.xml" />
<xi:include href="xml/plugin-audioresample.xml" />
<xi:include href="xml/plugin-audiotestsrc.xml" /> <xi:include href="xml/plugin-audiotestsrc.xml" />
<xi:include href="xml/plugin-cdparanoia.xml" />
<xi:include href="xml/plugin-decodebin.xml" /> <xi:include href="xml/plugin-decodebin.xml" />
<xi:include href="xml/plugin-ffmpegcolorspace.xml" />
<xi:include href="xml/plugin-gnomevfs.xml" /> <xi:include href="xml/plugin-gnomevfs.xml" />
<xi:include href="xml/plugin-libvisual.xml" /> <xi:include href="xml/plugin-libvisual.xml" />
<xi:include href="xml/plugin-ogg.xml" /> <xi:include href="xml/plugin-ogg.xml" />

View file

@ -225,7 +225,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>method</NICK> <NICK>method</NICK>
<BLURB>method.</BLURB> <BLURB>method.</BLURB>
<DEFAULT>Point Sample (not implemented)</DEFAULT> <DEFAULT>Nearest Neighbour</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -1142,7 +1142,7 @@
<NAME>GstTextOverlay::deltax</NAME> <NAME>GstTextOverlay::deltax</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>w</FLAGS> <FLAGS>rw</FLAGS>
<NICK>X position modifier</NICK> <NICK>X position modifier</NICK>
<BLURB>Shift X position to the left or to the right. Unit is pixels.</BLURB> <BLURB>Shift X position to the left or to the right. Unit is pixels.</BLURB>
<DEFAULT>0</DEFAULT> <DEFAULT>0</DEFAULT>
@ -1152,7 +1152,7 @@
<NAME>GstTextOverlay::deltay</NAME> <NAME>GstTextOverlay::deltay</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>w</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Y position modifier</NICK> <NICK>Y position modifier</NICK>
<BLURB>Shift Y position up or down. Unit is pixels.</BLURB> <BLURB>Shift Y position up or down. Unit is pixels.</BLURB>
<DEFAULT>0</DEFAULT> <DEFAULT>0</DEFAULT>
@ -1170,19 +1170,19 @@
<ARG> <ARG>
<NAME>GstTextOverlay::halign</NAME> <NAME>GstTextOverlay::halign</NAME>
<TYPE>gchararray</TYPE> <TYPE>GstTextOverlayHAlign</TYPE>
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>w</FLAGS> <FLAGS>rw</FLAGS>
<NICK>horizontal alignment</NICK> <NICK>horizontal alignment</NICK>
<BLURB>Horizontal alignment of the text. Can be either 'left', 'right', or 'center'.</BLURB> <BLURB>Horizontal alignment of the text. .</BLURB>
<DEFAULT>"center"</DEFAULT> <DEFAULT>center</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
<NAME>GstTextOverlay::shaded-background</NAME> <NAME>GstTextOverlay::shaded-background</NAME>
<TYPE>gboolean</TYPE> <TYPE>gboolean</TYPE>
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>w</FLAGS> <FLAGS>rw</FLAGS>
<NICK>shaded background</NICK> <NICK>shaded background</NICK>
<BLURB>Whether to shade the background under the text area.</BLURB> <BLURB>Whether to shade the background under the text area.</BLURB>
<DEFAULT>FALSE</DEFAULT> <DEFAULT>FALSE</DEFAULT>
@ -1192,7 +1192,7 @@
<NAME>GstTextOverlay::text</NAME> <NAME>GstTextOverlay::text</NAME>
<TYPE>gchararray</TYPE> <TYPE>gchararray</TYPE>
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>w</FLAGS> <FLAGS>rw</FLAGS>
<NICK>text</NICK> <NICK>text</NICK>
<BLURB>Text to be display.</BLURB> <BLURB>Text to be display.</BLURB>
<DEFAULT>""</DEFAULT> <DEFAULT>""</DEFAULT>
@ -1200,29 +1200,29 @@
<ARG> <ARG>
<NAME>GstTextOverlay::valign</NAME> <NAME>GstTextOverlay::valign</NAME>
<TYPE>gchararray</TYPE> <TYPE>GstTextOverlayVAlign</TYPE>
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>w</FLAGS> <FLAGS>rw</FLAGS>
<NICK>vertical alignment</NICK> <NICK>vertical alignment</NICK>
<BLURB>Vertical alignment of the text. Can be either 'baseline', 'bottom', or 'top'.</BLURB> <BLURB>Vertical alignment of the text. .</BLURB>
<DEFAULT>"baseline"</DEFAULT> <DEFAULT>baseline</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
<NAME>GstTextOverlay::wrap-mode</NAME> <NAME>GstTextOverlay::wrap-mode</NAME>
<TYPE>gchararray</TYPE> <TYPE>GstTextOverlayWrapMode</TYPE>
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>w</FLAGS> <FLAGS>rw</FLAGS>
<NICK>wrap mode</NICK> <NICK>wrap mode</NICK>
<BLURB>Whether to wrap the text and if so how.Can be either 'none', 'word', 'char' or 'wordchar'.</BLURB> <BLURB>Whether to wrap the text and if so how.</BLURB>
<DEFAULT>"wordchar"</DEFAULT> <DEFAULT>wordchar</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
<NAME>GstTextOverlay::xpad</NAME> <NAME>GstTextOverlay::xpad</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>>= 0</RANGE> <RANGE>>= 0</RANGE>
<FLAGS>w</FLAGS> <FLAGS>rw</FLAGS>
<NICK>horizontal paddding</NICK> <NICK>horizontal paddding</NICK>
<BLURB>Horizontal paddding when using left/right alignment.</BLURB> <BLURB>Horizontal paddding when using left/right alignment.</BLURB>
<DEFAULT>25</DEFAULT> <DEFAULT>25</DEFAULT>
@ -1232,7 +1232,7 @@
<NAME>GstTextOverlay::ypad</NAME> <NAME>GstTextOverlay::ypad</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>>= 0</RANGE> <RANGE>>= 0</RANGE>
<FLAGS>w</FLAGS> <FLAGS>rw</FLAGS>
<NICK>vertical padding</NICK> <NICK>vertical padding</NICK>
<BLURB>Vertical padding when using top/bottom alignment.</BLURB> <BLURB>Vertical padding when using top/bottom alignment.</BLURB>
<DEFAULT>25</DEFAULT> <DEFAULT>25</DEFAULT>

View file

@ -1,69 +1,53 @@
GObject GObject
GstRegistry
GstXMLRegistry
GstObject GstObject
GstPad GstPad
GstPluginFeature
GstElementFactory
GstTypeFindFactory
GstIndexFactory
GstElement GstElement
GstBin GstBin
GstPipeline GstPipeline
GstPlayBaseBin GstPlayBaseBin
GstPlayBin GstPlayBin
GstDecodeBin GstDecodeBin
GstQueue GstAdder
GstBaseSink GstBaseTransform
GstVideoSink GstAudioConvert
GstXvImageSink GstAudioresample
GstXImageSink GstFFMpegCsp
GstGnomeVFSSink GstVideoScale
GstMultiFdSink GstVolume
GstTCPServerSink GstAudioRate
GstBaseAudioSink
GstAudioSink
GstAlsaSink
GstBaseSrc GstBaseSrc
GstAudioTestSrc
GstPushSrc GstPushSrc
GstV4lElement
GstV4lSrc
GstVideoTestSrc
GstTCPClientSrc GstTCPClientSrc
GstTCPServerSrc GstTCPServerSrc
GstVideoTestSrc
GstV4lElement
GstV4lSrc
GstBaseAudioSrc GstBaseAudioSrc
GstAudioSrc GstAudioSrc
GstAlsaSrc GstAlsaSrc
GstSineSrc GstCddaBaseSrc
GstCdParanoiaSrc
GstGnomeVFSSrc GstGnomeVFSSrc
GstVorbisTag GstSubParse
GstBaseTransform GstSsaParse
GstAudioresample GstBaseSink
GstVolume GstTCPClientSink
GstVideoscale GstMultiFdSink
GstFFMpegColorspace GstTCPServerSink
GstAudioConvert GstVideoSink
GstVideorate GstXImageSink
GstTCPClientSink GstXvImageSink
GstSubparse GstBaseAudioSink
GstAudiorate GstAudioSink
GstBufferFramesConvert GstAlsaSink
GstAdder GstGnomeVFSSink
GstVorbisEnc GstVideoRate
GstVorbisDec GstAlsaMixerElement
GstVorbisParse
GstTextOverlay
GstTimeOverlay
GstClockOverlay
GstTextRender
GstTheoraDec
GstTheoraEnc
GstVisual
GstVisualbumpscope
GstVisualcorona
GstVisualG-Force
GstVisualjakdaw
GstVisualjess
GstVisuallv_analyzer
GstVisuallv_scope
GstVisualoinksie
GstVisualplazma
GstOggDemux GstOggDemux
GstOggMux GstOggMux
GstOgmParse GstOgmParse
@ -71,18 +55,35 @@ GObject
GstOgmVideoParse GstOgmVideoParse
GstOgmTextParse GstOgmTextParse
GstOggParse GstOggParse
GstAlsaMixerElement GstVisual
GstVisualjess
GstVisualbumpscope
GstVisualcorona
GstVisualgdkpixbuf
GstVisualinfinite
GstVisualjakdaw
GstVisuallv_analyzer
GstVisuallv_scope
GstVisualoinksie
GstVisualplazma
GstTheoraDec
GstTheoraEnc
GstVorbisEnc
GstVorbisDec
GstVorbisParse
GstTextOverlay
GstTimeOverlay
GstClockOverlay
GstTextRender
GstPlugin
GstRegistry
GstPadTemplate GstPadTemplate
GstPluginFeature
GstElementFactory
GstTypeFindFactory
GstIndexFactory
GstSignalObject GstSignalObject
GstColorBalanceChannel
GstTunerNorm
GstTunerChannel
GstMixerTrack GstMixerTrack
GstMixerOptions GstMixerOptions
GstTunerNorm
GstTunerChannel
GstColorBalanceChannel
BonoboObject BonoboObject
BonoboMonikerContext BonoboMonikerContext
BonoboForeignObject BonoboForeignObject
@ -93,14 +94,18 @@ GObject
LinkServer LinkServer
GIOPServer GIOPServer
GConfClient GConfClient
PangoFontMap
PangoFcFontMap
PangoFT2FontMap
PangoContext
GInterface GInterface
GstChildProxy GstChildProxy
GstURIHandler GstURIHandler
GstImplementsInterface GstImplementsInterface
GstNavigation GstMixer
GstTuner
GstXOverlay GstXOverlay
GstColorBalance GstColorBalance
GstTuner
GstPropertyProbe GstPropertyProbe
GstNavigation
GstTagSetter GstTagSetter
GstMixer

View file

@ -3,13 +3,15 @@ GstPipeline GstChildProxy
GstPlayBaseBin GstChildProxy GstPlayBaseBin GstChildProxy
GstPlayBin GstChildProxy GstPlayBin GstChildProxy
GstDecodeBin GstChildProxy GstDecodeBin GstChildProxy
GstXvImageSink GstColorBalance GstImplementsInterface GstNavigation GstXOverlay
GstXImageSink GstImplementsInterface GstNavigation GstXOverlay
GstV4lElement GstColorBalance GstImplementsInterface GstXOverlay GstTuner GstPropertyProbe
GstV4lSrc GstColorBalance GstImplementsInterface GstXOverlay GstTuner GstPropertyProbe
GstAlsaSrc GstImplementsInterface GstMixer
GstGnomeVFSSrc GstURIHandler
GstVorbisTag GstTagSetter
GstVolume GstImplementsInterface GstMixer GstVolume GstImplementsInterface GstMixer
GstV4lElement GstImplementsInterface GstTuner GstXOverlay GstColorBalance GstPropertyProbe
GstV4lSrc GstImplementsInterface GstTuner GstXOverlay GstColorBalance GstPropertyProbe
GstAlsaSrc GstImplementsInterface GstMixer
GstCddaBaseSrc GstURIHandler
GstCdParanoiaSrc GstURIHandler
GstGnomeVFSSrc GstURIHandler
GstXImageSink GstImplementsInterface GstXOverlay GstNavigation
GstXvImageSink GstImplementsInterface GstXOverlay GstColorBalance GstNavigation
GstGnomeVFSSink GstURIHandler
GstAlsaMixerElement GstImplementsInterface GstMixer GstPropertyProbe
GstVorbisEnc GstTagSetter GstVorbisEnc GstTagSetter
GstAlsaMixerElement GstImplementsInterface GstMixer

View file

@ -91,3 +91,17 @@ GstGnomeVFSSink *gstgnomevfssink
GnomeVFSURI *arg1 GnomeVFSURI *arg1
</SIGNAL> </SIGNAL>
<SIGNAL>
<NAME>GstCdParanoiaSrc::transport-error</NAME>
<RETURNS>void</RETURNS>
GstCdParanoiaSrc *gstcdparanoiasrc
gint arg1
</SIGNAL>
<SIGNAL>
<NAME>GstCdParanoiaSrc::uncorrected-error</NAME>
<RETURNS>void</RETURNS>
GstCdParanoiaSrc *gstcdparanoiasrc
gint arg1
</SIGNAL>

View file

@ -307,7 +307,7 @@ gst_ffmpegcsp_get_type (void)
}; };
ffmpegcsp_type = g_type_register_static (GST_TYPE_BASE_TRANSFORM, ffmpegcsp_type = g_type_register_static (GST_TYPE_BASE_TRANSFORM,
"GstFFMpegColorspace", &ffmpegcsp_info, 0); "GstFFMpegCsp", &ffmpegcsp_info, 0);
} }
return ffmpegcsp_type; return ffmpegcsp_type;

View file

@ -28,16 +28,11 @@
G_BEGIN_DECLS G_BEGIN_DECLS
#define GST_TYPE_FFMPEGCSP \ #define GST_TYPE_FFMPEGCSP (gst_ffmpegcsp_get_type())
(gst_ffmpegcsp_get_type()) #define GST_FFMPEGCSP(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_FFMPEGCSP,GstFFMpegCsp))
#define GST_FFMPEGCSP(obj) \ #define GST_FFMPEGCSP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_FFMPEGCSP,GstFFMpegCspClass))
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_FFMPEGCSP,GstFFMpegCsp)) #define GST_IS_FFMPEGCSP(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_FFMPEGCSP))
#define GST_FFMPEGCSP_CLASS(klass) \ #define GST_IS_FFMPEGCSP_CLASS(obj)(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_FFMPEGCSP))
(G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_FFMPEGCSP,GstFFMpegCsp))
#define GST_IS_FFMPEGCSP(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_FFMPEGCSP))
#define GST_IS_FFMPEGCSP_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_FFMPEGCSP))
typedef struct _GstFFMpegCsp GstFFMpegCsp; typedef struct _GstFFMpegCsp GstFFMpegCsp;
typedef struct _GstFFMpegCspClass GstFFMpegCspClass; typedef struct _GstFFMpegCspClass GstFFMpegCspClass;
@ -47,8 +42,7 @@ typedef struct _GstFFMpegCspClass GstFFMpegCspClass;
* *
* Opaque object data structure. * Opaque object data structure.
*/ */
struct _GstFFMpegCsp struct _GstFFMpegCsp {
{
GstBaseTransform element; GstBaseTransform element;
gint width, height; gint width, height;