mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
TimelinePipeline: Updates for pbutils API change
This commit is contained in:
parent
51337fb5b5
commit
c8dc8973b0
1 changed files with 2 additions and 2 deletions
|
@ -199,8 +199,8 @@ ges_timeline_pipeline_update_caps (GESTimelinePipeline * self)
|
|||
if (self->priv->mode == TIMELINE_MODE_SMART_RENDER) {
|
||||
GstCaps *ocaps, *rcaps;
|
||||
|
||||
GST_DEBUG ("Smart Render mode, setting output caps");
|
||||
ocaps = gst_encoding_profile_get_output_caps (prof);
|
||||
GST_DEBUG ("Smart Render mode, setting input caps");
|
||||
ocaps = gst_encoding_profile_get_input_caps (prof);
|
||||
if (track->type == GES_TRACK_TYPE_AUDIO)
|
||||
rcaps = gst_caps_from_string ("audio/x-raw-int;audio/x-raw-float");
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue