From 9a392ef442ef284f63c36ef3690445e5938a046a Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 11 Jul 2008 14:06:08 +0000 Subject: docs/plugins/.cvsignore: Ignore *-undeclared.txt Original commit message from CVS: * docs/plugins/.cvsignore: Ignore *-undeclared.txt * ext/resindvd/rsnaudiomunge.c: Turn g_print's into debug statements. * ext/resindvd/resin-play: * ext/resindvd/Makefile.am: * ext/resindvd/resindvdbin.c: * ext/resindvd/resindvdbin.h: * ext/resindvd/rsnparsetter.c: * ext/resindvd/rsnparsetter.h: * ext/resindvd/rsnwrappedbuffer.c: * ext/resindvd/rsnwrappedbuffer.h: Add a bloated implementation of a really simple idea: Replace the pixel-aspect-ratio in the output video with a prescribed one when necessary. There must be an easier way. Split the dvdspu out of the resindvdbin and put out the subpicture stream on the subpicture pad. * ext/resindvd/gstmpegdemux.c: Send video-aspect events down the pipe from the demuxer. * ext/resindvd/resindvdsrc.c: * ext/resindvd/resindvdsrc.h: Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME to make it use clock-waiting later. * ext/resindvd/rsnbasesrc.c: Don't overwrite the last_stop in the basesrc segment after a seamless seek. --- ext/resindvd/resindvdbin.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'ext/resindvd/resindvdbin.h') diff --git a/ext/resindvd/resindvdbin.h b/ext/resindvd/resindvdbin.h index 87f4261e..7844e94a 100644 --- a/ext/resindvd/resindvdbin.h +++ b/ext/resindvd/resindvdbin.h @@ -44,12 +44,13 @@ typedef struct _RsnDvdBinClass RsnDvdBinClass; #define DVD_ELEM_MQUEUE 2 #define DVD_ELEM_SPU 3 #define DVD_ELEM_VIDDEC 4 -#define DVD_ELEM_AUDDEC 5 -#define DVD_ELEM_VIDQ 6 -#define DVD_ELEM_SPU_SELECT 7 -#define DVD_ELEM_AUD_SELECT 8 -#define DVD_ELEM_AUD_MUNGE 9 -#define DVD_ELEM_LAST 10 +#define DVD_ELEM_PARSET 5 +#define DVD_ELEM_AUDDEC 6 +#define DVD_ELEM_VIDQ 7 +#define DVD_ELEM_SPU_SELECT 8 +#define DVD_ELEM_AUD_SELECT 9 +#define DVD_ELEM_AUD_MUNGE 10 +#define DVD_ELEM_LAST 11 struct _RsnDvdBin { -- cgit v1.2.1