mse: Add logging init for mediasource sample map

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6033>
This commit is contained in:
ekwange 2024-02-01 14:49:21 +09:00 committed by GStreamer Marge Bot
parent 69e4564c87
commit 0cbb396ab9

View file

@ -113,6 +113,7 @@ remove_sample (GSequence * sequence, GCompareDataFunc compare,
GstMediaSourceSampleMap * GstMediaSourceSampleMap *
gst_media_source_sample_map_new (void) 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, return gst_object_ref_sink (g_object_new (GST_TYPE_MEDIA_SOURCE_SAMPLE_MAP,
NULL)); NULL));
} }