mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 08:25:33 +00:00
audiovisualizer: Fixate pixel-aspect-ratio to the closest value to 1/1
This commit is contained in:
parent
8a995b9e94
commit
de12900760
1 changed files with 2 additions and 0 deletions
|
@ -811,6 +811,8 @@ gst_audio_visualizer_src_negotiate (GstAudioVisualizer * scope)
|
|||
gst_structure_fixate_field_nearest_int (structure, "width", 320);
|
||||
gst_structure_fixate_field_nearest_int (structure, "height", 200);
|
||||
gst_structure_fixate_field_nearest_fraction (structure, "framerate", 25, 1);
|
||||
gst_structure_fixate_field_nearest_fraction (structure, "pixel-aspect-ratio",
|
||||
1, 1);
|
||||
|
||||
target = gst_caps_fixate (target);
|
||||
|
||||
|
|
Loading…
Reference in a new issue