mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-11 02:24:13 +00:00
playback: name conversion elements differently
This commit is contained in:
parent
9b96b1a58c
commit
b56ac475d3
2 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ pad_blocked_cb (GstPad * pad, GstPadProbeType type, gpointer type_data,
|
|||
gst_ghost_pad_set_target (GST_GHOST_PAD_CAST (self->srcpad), NULL);
|
||||
|
||||
if (self->use_converters) {
|
||||
self->conv = gst_element_factory_make ("audioconvert", "conv");
|
||||
self->conv = gst_element_factory_make ("audioconvert", "paconv");
|
||||
if (self->conv == NULL) {
|
||||
post_missing_element_message (self, "audioconvert");
|
||||
GST_ELEMENT_WARNING (self, CORE, MISSING_PLUGIN,
|
||||
|
|
|
@ -109,7 +109,7 @@ pad_blocked_cb (GstPad * pad, GstPadProbeType type, gpointer type_data,
|
|||
gst_ghost_pad_set_target (GST_GHOST_PAD_CAST (self->sinkpad), NULL);
|
||||
gst_ghost_pad_set_target (GST_GHOST_PAD_CAST (self->srcpad), NULL);
|
||||
|
||||
self->conv = gst_element_factory_make (COLORSPACE, "conv");
|
||||
self->conv = gst_element_factory_make (COLORSPACE, "pvconv");
|
||||
if (self->conv == NULL) {
|
||||
post_missing_element_message (self, COLORSPACE);
|
||||
GST_ELEMENT_WARNING (self, CORE, MISSING_PLUGIN,
|
||||
|
|
Loading…
Reference in a new issue