mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
resindvdbin: Rename files
This commit is contained in:
parent
e998a22d0c
commit
157a6a7856
4 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ libresindvd_la_SOURCES = \
|
||||||
plugin.c \
|
plugin.c \
|
||||||
resindvdbin.c \
|
resindvdbin.c \
|
||||||
rsnaudiomunge.c \
|
rsnaudiomunge.c \
|
||||||
rsnaudiodec.c \
|
rsndec.c \
|
||||||
rsnbasesrc.c \
|
rsnbasesrc.c \
|
||||||
rsnpushsrc.c \
|
rsnpushsrc.c \
|
||||||
rsnstreamselector.c \
|
rsnstreamselector.c \
|
||||||
|
@ -27,7 +27,7 @@ libresindvd_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = resindvdbin.h \
|
noinst_HEADERS = resindvdbin.h \
|
||||||
rsnaudiomunge.h \
|
rsnaudiomunge.h \
|
||||||
rsnaudiodec.h \
|
rsndec.h \
|
||||||
rsnbasesrc.h \
|
rsnbasesrc.h \
|
||||||
rsnpushsrc.h \
|
rsnpushsrc.h \
|
||||||
rsnstreamselector.h \
|
rsnstreamselector.h \
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#include "resindvdsrc.h"
|
#include "resindvdsrc.h"
|
||||||
#include "rsnstreamselector.h"
|
#include "rsnstreamselector.h"
|
||||||
#include "rsnaudiomunge.h"
|
#include "rsnaudiomunge.h"
|
||||||
#include "rsnaudiodec.h"
|
#include "rsndec.h"
|
||||||
#include "rsnparsetter.h"
|
#include "rsnparsetter.h"
|
||||||
|
|
||||||
#include "gstmpegdemux.h"
|
#include "gstmpegdemux.h"
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "rsnaudiodec.h"
|
#include "rsndec.h"
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (rsn_dec_debug);
|
GST_DEBUG_CATEGORY_STATIC (rsn_dec_debug);
|
||||||
#define GST_CAT_DEFAULT rsn_dec_debug
|
#define GST_CAT_DEFAULT rsn_dec_debug
|
Loading…
Reference in a new issue