diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2009-03-04 16:16:57 +0000 |
---|---|---|
committer | Dave Robillard <dave@drobilla.net> | 2009-05-03 12:03:13 -0400 |
commit | e235ebf4a2046c09e6098b25107b80aa4c389f67 (patch) | |
tree | 2655bc169faebe42776f2bb3e20243257edb91c6 /ext/resindvd/resindvdbin.c | |
parent | b9c010d736fd8af5090672a5b706d5266e336a23 (diff) | |
download | gst-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.c | 4 |
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"); |