mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
docs/plugins/: Fix docs build and hierarchy.
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins.hierarchy: Fix docs build and hierarchy.
This commit is contained in:
parent
9da75fe571
commit
463847e9fe
3 changed files with 13 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/plugins/Makefile.am:
|
||||
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
|
||||
Fix docs build and hierarchy.
|
||||
|
||||
2007-05-20 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
|
||||
|
|
|
@ -89,6 +89,9 @@ EXAMPLE_CFILES = \
|
|||
$(top_srcdir)/ext/directfb/dfb-example.c
|
||||
|
||||
EXTRA_HFILES = \
|
||||
$(top_srcdir)/sys/directdraw/gstdirectdrawsink.h \
|
||||
$(top_srcdir)/sys/directsound/gstdirectsoundsink.h \
|
||||
$(top_srcdir)/sys/waveform/gstwaveformsink.h \
|
||||
$(top_srcdir)/ext/directfb/dfbvideosink.h \
|
||||
$(top_srcdir)/ext/jack/gstjackaudiosink.h \
|
||||
$(top_srcdir)/ext/musicbrainz/gsttrm.h \
|
||||
|
|
|
@ -12,12 +12,12 @@ GObject
|
|||
GstBaseAudioSink
|
||||
GstJackAudioSink
|
||||
GstAudioSink
|
||||
GstDirectSoundSink
|
||||
GstSDLAudioSink
|
||||
GstWaveFormSink
|
||||
GstDirectSoundSink
|
||||
GstSDLAudioSink
|
||||
GstWaveFormSink
|
||||
GstVideoSink
|
||||
GstDirectDrawSink
|
||||
GstGLImageSink
|
||||
GstGLImageSink
|
||||
GstSDLVideoSink
|
||||
GstDfbVideoSink
|
||||
GstOSXVideoSink
|
||||
|
|
Loading…
Reference in a new issue