vdpaumpegdec: rename gstvdpmpegdecoder.[ch] to gstvdpmpegdec.[ch]

This commit is contained in:
Carl-Anton Ingmarsson 2009-06-05 21:48:28 +02:00 committed by Jan Schmidt
parent f0134f1847
commit 8619160ec8
4 changed files with 4 additions and 4 deletions

View file

@ -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 \

View file

@ -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"

View file

@ -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