summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2021-07-09 09:09:14 +0100
committerPhilippe Normand <philn@igalia.com>2021-07-09 09:09:14 +0100
commit33a3c4f77c7b39ac89891bab9c6062c9462736f5 (patch)
tree08cd9dc7bf130bbaca7773aa73e82d0c1f7086c2
parenta7169248315885cf59a729fd583d7c527531cafd (diff)
downloadgstreamer-plugins-bad-33a3c4f77c7b39ac89891bab9c6062c9462736f5.tar.gz
dashdemux: Remove duplicate logging call
Follow-up from: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2392 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2395>
-rw-r--r--ext/dash/gstdashdemux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c
index b26a0a835..351d4ef9e 100644
--- a/ext/dash/gstdashdemux.c
+++ b/ext/dash/gstdashdemux.c
@@ -897,7 +897,6 @@ gst_dash_demux_send_content_protection_event (gpointer data, gpointer userdata)
if (g_str_has_prefix (schemeIdUri, "urn:uuid:")) {
pssi_len = strlen (cp->value);
pssi = gst_buffer_new_wrapped (g_memdup (cp->value, pssi_len), pssi_len);
- GST_LOG_OBJECT (stream, "Queuing Protection event on source pad");
/* RFC 4122 states that the hex part of a UUID is in lower case,
* but some streams seem to ignore this and use upper case for the
* protection system ID */