vdpaumpegdec: rename gstvdpmpegdecoder.[ch] to gstvdpmpegdec.[ch]
This commit is contained in:
parent
f0134f1847
commit
8619160ec8
@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstvdpau.la
|
||||
|
||||
libgstvdpau_la_SOURCES = \
|
||||
gstvdpdevice.c \
|
||||
gstvdpmpegdecoder.c \
|
||||
gstvdpmpegdec.c \
|
||||
mpegutil.c \
|
||||
gstvdpvideoyuv.c \
|
||||
gstvdpvideobuffer.c \
|
||||
@ -17,7 +17,7 @@ libgstvdpau_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstvdpdevice.h \
|
||||
gstvdpmpegdecoder.h \
|
||||
gstvdpmpegdec.h \
|
||||
mpegutil.h \
|
||||
gstvdpvideoyuv.h \
|
||||
gstvdpvideobuffer.h \
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
#include <gst/gst.h>
|
||||
|
||||
#include "gstvdpmpegdecoder.h"
|
||||
#include "gstvdpmpegdec.h"
|
||||
#include "gstvdpvideoyuv.h"
|
||||
#include "gstvdpyuvvideo.h"
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "mpegutil.h"
|
||||
#include "gstvdpmpegdecoder.h"
|
||||
#include "gstvdpmpegdec.h"
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_vdp_mpeg_dec_debug);
|
||||
#define GST_CAT_DEFAULT gst_vdp_mpeg_dec_debug
|
Loading…
x
Reference in New Issue
Block a user