mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
vdpaumpegdec: rename gstvdpmpegdecoder.[ch] to gstvdpmpegdec.[ch]
This commit is contained in:
parent
f0134f1847
commit
8619160ec8
4 changed files with 4 additions and 4 deletions
|
@ -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…
Reference in a new issue