mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
srtpenc: Fix typo in log
This commit is contained in:
parent
2dcd5dd39b
commit
5bad599560
1 changed files with 1 additions and 1 deletions
|
@ -1050,7 +1050,7 @@ gst_srtp_enc_chain (GstPad * pad, GstObject * parent, GstBuffer * buf,
|
|||
gst_buffer_set_size (bufout, size);
|
||||
gst_buffer_copy_into (bufout, buf, GST_BUFFER_COPY_METADATA, 0, -1);
|
||||
|
||||
GST_LOG_OBJECT (pad, "Encing %s buffer of size %d",
|
||||
GST_LOG_OBJECT (pad, "Encoding %s buffer of size %d",
|
||||
is_rtcp ? "RTCP" : "RTP", size);
|
||||
|
||||
/* Push buffer to source pad */
|
||||
|
|
Loading…
Reference in a new issue