mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 09:08:14 +00:00
docs/gst/gstreamer.types: fix includes, though they are a little dinky
Original commit message from CVS: * docs/gst/gstreamer.types: fix includes, though they are a little dinky
This commit is contained in:
parent
9389a2f8b3
commit
185d00edff
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/gst/gstreamer.types:
|
||||
fix includes, though they are a little dinky
|
||||
|
||||
2005-11-29 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
|
||||
|
||||
* check/Makefile.am:
|
||||
|
|
|
@ -59,10 +59,10 @@ gst_net_time_provider_get_type
|
|||
|
||||
% elements
|
||||
|
||||
#include <gst/elements/gstfakesrc.h>
|
||||
#include <gst/elements/gstfakesink.h>
|
||||
#include <gst/elements/gstfilesrc.h>
|
||||
#include <gst/elements/gstfilesink.h>
|
||||
#include <plugins/elements/gstfakesrc.h>
|
||||
#include <plugins/elements/gstfakesink.h>
|
||||
#include <plugins/elements/gstfilesrc.h>
|
||||
#include <plugins/elements/gstfilesink.h>
|
||||
|
||||
gst_fake_src_get_type
|
||||
gst_fake_sink_get_type
|
||||
|
|
Loading…
Reference in a new issue