mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
splitmuxsink: Add debug for fragment opened/closed msgs
When posting fragment-opened and fragment-closed messages, put a debug statement in the logs Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/833>
This commit is contained in:
parent
df8b147e75
commit
67f70af1bb
1 changed files with 3 additions and 0 deletions
|
@ -1108,6 +1108,9 @@ send_fragment_opened_closed_msg (GstSplitMuxSink * splitmux, gboolean opened,
|
||||||
"location") != NULL)
|
"location") != NULL)
|
||||||
g_object_get (sink, "location", &location, NULL);
|
g_object_get (sink, "location", &location, NULL);
|
||||||
|
|
||||||
|
GST_DEBUG_OBJECT (splitmux,
|
||||||
|
"Sending %s message. Running time %" GST_TIME_FORMAT " location %s",
|
||||||
|
msg_name, GST_TIME_ARGS (running_time), GST_STR_NULL (location));
|
||||||
|
|
||||||
/* If it's in the middle of a teardown, the reference_ctc might have become
|
/* If it's in the middle of a teardown, the reference_ctc might have become
|
||||||
* NULL */
|
* NULL */
|
||||||
|
|
Loading…
Reference in a new issue