summaryrefslogtreecommitdiffstats
path: root/ext/resindvd/resindvdbin.c
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-03-04 16:16:57 +0000
committerDave Robillard <dave@drobilla.net>2009-05-03 12:03:13 -0400
commite235ebf4a2046c09e6098b25107b80aa4c389f67 (patch)
tree2655bc169faebe42776f2bb3e20243257edb91c6 /ext/resindvd/resindvdbin.c
parentb9c010d736fd8af5090672a5b706d5266e336a23 (diff)
downloadgst-plugins-bad-e235ebf4a2046c09e6098b25107b80aa4c389f67.tar.gz
gst-plugins-bad-e235ebf4a2046c09e6098b25107b80aa4c389f67.tar.bz2
gst-plugins-bad-e235ebf4a2046c09e6098b25107b80aa4c389f67.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");