mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
baseaudiosrc: chain up to parent in fixate
This commit is contained in:
parent
0290df6fc5
commit
d1a83d7a41
1 changed files with 2 additions and 0 deletions
|
@ -529,6 +529,8 @@ gst_base_audio_src_fixate (GstBaseSrc * bsrc, GstCaps * caps)
|
|||
gst_structure_fixate_field_boolean (s, "signed", TRUE);
|
||||
if (gst_structure_has_field (s, "endianness"))
|
||||
gst_structure_fixate_field_nearest_int (s, "endianness", G_BYTE_ORDER);
|
||||
|
||||
GST_BASE_SRC_CLASS (parent_class)->fixate (bsrc, caps);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
Loading…
Reference in a new issue