summaryrefslogtreecommitdiffstats
path: root/ext/resindvd/resindvdbin.c
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-03-04 16:16:57 +0000
committerJan Schmidt <thaytan@noraisin.net>2009-04-02 14:48:00 +0100
commit09b41120e4cf9fad087ac37a0c43282dfed59ee2 (patch)
tree5cd0127295a88e03d471f248ff878e03c76eedea /ext/resindvd/resindvdbin.c
parent7d33cf22a9824590e17f8696b2712c58e5decf7c (diff)
downloadgst-plugins-bad-09b41120e4cf9fad087ac37a0c43282dfed59ee2.tar.gz
gst-plugins-bad-09b41120e4cf9fad087ac37a0c43282dfed59ee2.tar.bz2
gst-plugins-bad-09b41120e4cf9fad087ac37a0c43282dfed59ee2.zip
resindvd: Extend the Resin audio decoder element, and switch rsndvdbin to use it
Diffstat (limited to 'ext/resindvd/resindvdbin.c')
-rw-r--r--ext/resindvd/resindvdbin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/resindvd/resindvdbin.c b/ext/resindvd/resindvdbin.c
index f9821111..f22e1818 100644
--- a/ext/resindvd/resindvdbin.c
+++ b/ext/resindvd/resindvdbin.c
@@ -439,8 +439,8 @@ create_elements (RsnDvdBin * dvdbin)
RSN_TYPE_AUDIOMUNGE, "audiomunge", "Audio output filter"))
return FALSE;
- if (!try_create_piece (dvdbin, DVD_ELEM_AUDDEC, "a52dec", 0, "auddec",
- "audio decoder"))
+ if (!try_create_piece (dvdbin, DVD_ELEM_AUDDEC, NULL,
+ RSN_TYPE_AUDIODEC, "auddec", "audio decoder"))
return FALSE;
src = gst_element_get_static_pad (dvdbin->pieces[DVD_ELEM_AUDDEC], "src");