}
if (track->type == GES_TRACK_TYPE_VIDEO) {
- bin_desc = g_strconcat ("ffmpegcolorspace !",
- self->priv->bin_description, " ! ffmpegcolorspace", NULL);
+ bin_desc = g_strconcat ("ffmpegcolorspace name=beforecolorspace ! ",
+ self->priv->bin_description, " ! ffmpegcolorspace name=aftercolorspace",
+ NULL);
} else if (track->type == GES_TRACK_TYPE_AUDIO) {
bin_desc =
g_strconcat ("audioconvert ! audioresample !",
g_free (bin_desc);
if (error != NULL) {
- GST_DEBUG ("An error occured while creating the GstElement: %s",
+ GST_ERROR ("An error occured while creating the GstElement: %s",
error->message);
g_error_free (error);
return NULL;