mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
ogg: fix compilation
This commit is contained in:
parent
7b45a7367b
commit
17f6254ab4
1 changed files with 1 additions and 1 deletions
|
@ -1842,7 +1842,7 @@ setup_opus_mapper (GstOggStream * pad, ogg_packet * packet)
|
||||||
GST_INFO ("Opus has a pre-skip of %" G_GINT64_FORMAT " samples",
|
GST_INFO ("Opus has a pre-skip of %" G_GINT64_FORMAT " samples",
|
||||||
-pad->granule_offset);
|
-pad->granule_offset);
|
||||||
|
|
||||||
pad->caps = gst_caps_new_simple ("audio/x-opus", NULL);
|
pad->caps = gst_caps_new_empty_simple ("audio/x-opus");
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue