mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
pbutils: rename gstdiscoverer-private.h to pbutils-private.h
This commit is contained in:
parent
3bc73c9d0f
commit
a356bb268d
7 changed files with 6 additions and 6 deletions
|
@ -79,7 +79,7 @@ SCANOBJ_DEPS = \
|
|||
$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la
|
||||
|
||||
# Header files to ignore when scanning.
|
||||
IGNORE_HFILES = gstdiscoverer-private.h
|
||||
IGNORE_HFILES = pbutils-private.h
|
||||
|
||||
# Images to copy into HTML directory.
|
||||
HTML_IMAGES =
|
||||
|
|
|
@ -44,7 +44,7 @@ libgstpbutils_@GST_MAJORMINOR@include_HEADERS = \
|
|||
nodist_libgstpbutils_@GST_MAJORMINOR@include_HEADERS = \
|
||||
$(built_headers) $(built_headers_configure)
|
||||
noinst_HEADERS = \
|
||||
gstdiscoverer-private.h
|
||||
pbutils-private.h
|
||||
EXTRA_DIST = pbutils-marshal.list
|
||||
|
||||
libgstpbutils_@GST_MAJORMINOR@_la_LIBADD = \
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#include "gst/gst-i18n-plugin.h"
|
||||
|
||||
#include "pbutils.h"
|
||||
#include "gstdiscoverer-private.h"
|
||||
#include "pbutils-private.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#endif
|
||||
|
||||
#include "pbutils.h"
|
||||
#include "gstdiscoverer-private.h"
|
||||
#include "pbutils-private.h"
|
||||
|
||||
static GstDiscovererStreamInfo
|
||||
* gst_discoverer_info_copy_int (GstDiscovererStreamInfo * info,
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
#include <gst/video/video.h>
|
||||
#include "pbutils.h"
|
||||
#include "pbutils-marshal.h"
|
||||
#include "gstdiscoverer-private.h"
|
||||
#include "pbutils-private.h"
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (discoverer_debug);
|
||||
#define GST_CAT_DEFAULT discoverer_debug
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
#include "gst/gst-i18n-plugin.h"
|
||||
|
||||
#include "pbutils.h"
|
||||
#include "gstdiscoverer-private.h"
|
||||
#include "pbutils-private.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue