mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
Original commit message from CVS: 2006-04-07 Julien MOUTTE <julien@moutte.net> * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates. * examples/directfb/Makefile.am: Add example resource files to dist.
This commit is contained in:
parent
dce315f7b1
commit
bd72d30ce9
3 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2006-04-07 Julien MOUTTE <julien@moutte.net>
|
||||||
|
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
|
||||||
|
* examples/directfb/Makefile.am: Add example resource files to
|
||||||
|
dist.
|
||||||
|
|
||||||
2006-04-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
2006-04-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||||
|
|
||||||
* ext/amrwb/amrwb-code/Makefile.am:
|
* ext/amrwb/amrwb-code/Makefile.am:
|
||||||
|
|
|
@ -6,6 +6,7 @@ GST_DFBSURFACE
|
||||||
GstDfbSurface
|
GstDfbSurface
|
||||||
GstDfbVMode
|
GstDfbVMode
|
||||||
<TITLE>GstDfbVideoSink</TITLE>
|
<TITLE>GstDfbVideoSink</TITLE>
|
||||||
|
GstDfbVideoSink
|
||||||
gst_dfbsurface_get_type
|
gst_dfbsurface_get_type
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GST_DFBVIDEOSINK
|
GST_DFBVIDEOSINK
|
||||||
|
@ -20,6 +21,7 @@ GST_IS_DFBVIDEOSINK_CLASS
|
||||||
<FILE>gsttaglib</FILE>
|
<FILE>gsttaglib</FILE>
|
||||||
GstTagLibMuxPriv
|
GstTagLibMuxPriv
|
||||||
<TITLE>GstTagLibMux</TITLE>
|
<TITLE>GstTagLibMux</TITLE>
|
||||||
|
GstTagLibMux
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GST_TAGLIB_MUX
|
GST_TAGLIB_MUX
|
||||||
GST_IS_TAGLIB_MUX
|
GST_IS_TAGLIB_MUX
|
||||||
|
|
|
@ -4,3 +4,6 @@ gstdfb_SOURCES = gstdfb.c
|
||||||
gstdfb_CFLAGS = $(GST_CFLAGS) $(DIRECTFB_CFLAGS)
|
gstdfb_CFLAGS = $(GST_CFLAGS) $(DIRECTFB_CFLAGS)
|
||||||
gstdfb_LDFLAGS = $(GST_LIBS) $(DIRECTFB_LIBS)
|
gstdfb_LDFLAGS = $(GST_LIBS) $(DIRECTFB_LIBS)
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
decker.ttf dfblogo.png
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue