mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +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 = \
|
libgstvdpau_la_SOURCES = \
|
||||||
gstvdpdevice.c \
|
gstvdpdevice.c \
|
||||||
gstvdpmpegdecoder.c \
|
gstvdpmpegdec.c \
|
||||||
mpegutil.c \
|
mpegutil.c \
|
||||||
gstvdpvideoyuv.c \
|
gstvdpvideoyuv.c \
|
||||||
gstvdpvideobuffer.c \
|
gstvdpvideobuffer.c \
|
||||||
|
@ -17,7 +17,7 @@ libgstvdpau_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstvdpdevice.h \
|
gstvdpdevice.h \
|
||||||
gstvdpmpegdecoder.h \
|
gstvdpmpegdec.h \
|
||||||
mpegutil.h \
|
mpegutil.h \
|
||||||
gstvdpvideoyuv.h \
|
gstvdpvideoyuv.h \
|
||||||
gstvdpvideobuffer.h \
|
gstvdpvideobuffer.h \
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
#include "gstvdpmpegdecoder.h"
|
#include "gstvdpmpegdec.h"
|
||||||
#include "gstvdpvideoyuv.h"
|
#include "gstvdpvideoyuv.h"
|
||||||
#include "gstvdpyuvvideo.h"
|
#include "gstvdpyuvvideo.h"
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "mpegutil.h"
|
#include "mpegutil.h"
|
||||||
#include "gstvdpmpegdecoder.h"
|
#include "gstvdpmpegdec.h"
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_vdp_mpeg_dec_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_vdp_mpeg_dec_debug);
|
||||||
#define GST_CAT_DEFAULT gst_vdp_mpeg_dec_debug
|
#define GST_CAT_DEFAULT gst_vdp_mpeg_dec_debug
|
Loading…
Reference in a new issue