mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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 \
|
||||
resindvdbin.c \
|
||||
rsnaudiomunge.c \
|
||||
rsnaudiodec.c \
|
||||
rsndec.c \
|
||||
rsnbasesrc.c \
|
||||
rsnpushsrc.c \
|
||||
rsnstreamselector.c \
|
||||
|
@ -27,7 +27,7 @@ libresindvd_la_LIBTOOLFLAGS = --tag=disable-static
|
|||
|
||||
noinst_HEADERS = resindvdbin.h \
|
||||
rsnaudiomunge.h \
|
||||
rsnaudiodec.h \
|
||||
rsndec.h \
|
||||
rsnbasesrc.h \
|
||||
rsnpushsrc.h \
|
||||
rsnstreamselector.h \
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "resindvdsrc.h"
|
||||
#include "rsnstreamselector.h"
|
||||
#include "rsnaudiomunge.h"
|
||||
#include "rsnaudiodec.h"
|
||||
#include "rsndec.h"
|
||||
#include "rsnparsetter.h"
|
||||
|
||||
#include "gstmpegdemux.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#include "rsnaudiodec.h"
|
||||
#include "rsndec.h"
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (rsn_dec_debug);
|
||||
#define GST_CAT_DEFAULT rsn_dec_debug
|
Loading…
Reference in a new issue