From 5300836ec5e733e4b34c2c8a5d575b55911d4155 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 21 Sep 2007 18:00:24 +0000 Subject: [PATCH] docs/plugins/gst-plugins-bad-plugins.hierarchy: Update hierarchy. Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins.hierarchy: Update hierarchy. * ext/gio/gstgiosink.h: * ext/gio/gstgiosrc.h: Mark private fields of the instance structs private. --- ChangeLog | 8 ++ docs/plugins/gst-plugins-bad-plugins.hierarchy | 141 ++++++++++++++----------- ext/gio/gstgiosink.h | 6 ++ ext/gio/gstgiosrc.h | 8 +- 4 files changed, 100 insertions(+), 63 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7c765c1..dfb424d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2007-09-21 Sebastian Dröge + * docs/plugins/gst-plugins-bad-plugins.hierarchy: + Update hierarchy. + * ext/gio/gstgiosink.h: + * ext/gio/gstgiosrc.h: + Mark private fields of the instance structs private. + +2007-09-21 Sebastian Dröge + * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index 15ca582..6de006d 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -8,111 +8,128 @@ GObject GstElement GstBin GstPipeline + GstRgVolume GstRtpBin GstRtpClient - GstRgVolume - GstX264Enc - GstXvidEnc - GstXvidDec - GstSwfdec - GstSpcDec - GstPitch - GstBaseSink - GstSFSink - GstVideoSink - GstSDLVideoSink - GstDfbVideoSink - GstGLImageSink - GstBaseAudioSink - GstAudioSink - GstSDLAudioSink - GstNasSink - GstJackAudioSink - AlsaSPDIFSink - GstMultiFileSink - GstAppSink + GstMusepackDec GstBaseSrc - GstSFSrc GstPushSrc GstNeonhttpSrc GstMMS GstDvbSrc - GstMultiFileSrc + GstVCDSrc GstRfbSrc GstAppSrc - GstTRM - GstMusepackDec + GstMultiFileSrc + GstSFSrc + GstGioSrc + GstBaseSink + GstBaseAudioSink + GstJackAudioSink + GstAudioSink + GstSDLAudioSink + GstNasSink + GstVideoSink + GstDfbVideoSink + GstSDLVideoSink + GstGLImageSink + GstSFSink + AlsaSPDIFSink + GstGioSink + GstAppSink + GstMultiFileSink + GstPitch + GstFaad GstSignalProcessor ladspa-delay-5s - ladspa-amp-mono - ladspa-amp-stereo - ladspa-lpf - ladspa-hpf - ladspa-noise-white ladspa-sine-faaa ladspa-sine-faac ladspa-sine-fcaa ladspa-sine-fcac + ladspa-amp-mono + ladspa-amp-stereo + ladspa-noise-white + ladspa-lpf + ladspa-hpf + GstDtsDec GstGSMEnc GstGSMDec - GstFaad GstFaac - GstDtsDec + GstX264Enc + GstCDAudio + GstMpeg2enc + GstSpcDec + GstXvidEnc + GstXvidDec GstBz2enc GstBz2dec - GstRtpJitterBuffer - GstRtpPtDemux - GstRtpSession - GstRtpSsrcDemux - GstVMncDec - MpegVideoParse - GstRealVideoDec - GstRealAudioDec - GstInterleave - GstDeinterleave - GstY4mEncode - GstXingMux - GstVideoParse + GstTRM + GstDVDSpu GstBaseTransform GstVideoCrop - GstSpectrum - GstRgAnalysis - GstRgLimiter - GstBayer2RGB - GstIIR - GstLPWSinc - GstBPWSinc GstAudioFilter + GstSpectrum GstIirEqualizer GstIirEqualizerNBands GstIirEqualizer3Bands GstIirEqualizer10Bands + GstStereo + GstLPWSinc + GstBPWSinc + GstVideoFilter + GstVideoAnalyse + GstVideoDetect + GstVideoMark + GstRgAnalysis + GstRgLimiter GstDeinterlace + GstBayer2RGB + GstIIR + MpegTSParse GstTtaParse GstTtaDec - GstSwitch + MpegVideoParse + GstH264Parse + GstVMncDec GstSpeed - GstQTDemux - GstBaseRTPDepayload - GstRtpXQTDepay - GstNuvDemux - GstNsfDec + GstFLVDemux + GstSwitch + GstCDXAParse GstModPlug - GstH264Parse - GstFreeze + GstY4mEncode + GstFestival + GstVideoParse + GstNsfDec + GstInterleave + GstDeinterleave + GstXingMux GstMveDemux GstMveMux - GstCDXAParse + GstRtpJitterBuffer + GstRtpPtDemux + GstRtpSession + GstRtpSsrcDemux + GstNuvDemux + GstFreeze + GstRealVideoDec + GstRealAudioDec + GstQTDemux + GstBaseRTPDepayload + GstRtpXQTDepay GstPlugin GstRegistry GstPadTemplate GstSignalProcessorPadTemplate GstSignalObject GstColorBalanceChannel + GVfs + GLocalVfs + MpegTSPatInfo + MpegTSPmtInfo GInterface GstChildProxy GstURIHandler GstImplementsInterface - GstXOverlay GstNavigation GstColorBalance + GstXOverlay diff --git a/ext/gio/gstgiosink.h b/ext/gio/gstgiosink.h index 6d4de8d..474f7cf 100644 --- a/ext/gio/gstgiosink.h +++ b/ext/gio/gstgiosink.h @@ -42,10 +42,16 @@ G_BEGIN_DECLS typedef struct _GstGioSink GstGioSink; typedef struct _GstGioSinkClass GstGioSinkClass; +/** + * GstGioSink: + * + * Opaque data structure. + */ struct _GstGioSink { GstBaseSink sink; + /*< private >*/ GCancellable *cancel; GFile *file; gchar *location; diff --git a/ext/gio/gstgiosrc.h b/ext/gio/gstgiosrc.h index d8b64af..dfed9cd 100644 --- a/ext/gio/gstgiosrc.h +++ b/ext/gio/gstgiosrc.h @@ -42,10 +42,16 @@ G_BEGIN_DECLS typedef struct _GstGioSrc GstGioSrc; typedef struct _GstGioSrcClass GstGioSrcClass; +/** + * GstGioSrc: + * + * Opaque data structure. + */ struct _GstGioSrc { GstBaseSrc src; - + + /*< private >*/ GCancellable *cancel; GFile *file; gchar *location; -- 2.7.4