mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
mse: Add logging init for mediasource sample map
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6033>
This commit is contained in:
parent
69e4564c87
commit
0cbb396ab9
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ remove_sample (GSequence * sequence, GCompareDataFunc compare,
|
|||
GstMediaSourceSampleMap *
|
||||
gst_media_source_sample_map_new (void)
|
||||
{
|
||||
gst_mse_init_logging ();
|
||||
return gst_object_ref_sink (g_object_new (GST_TYPE_MEDIA_SOURCE_SAMPLE_MAP,
|
||||
NULL));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue