mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rtph264pay: fix typo in debug message
This commit is contained in:
parent
af6fc84377
commit
90311e522f
1 changed files with 1 additions and 1 deletions
|
@ -955,7 +955,7 @@ gst_rtp_h264_pay_handle_buffer (GstBaseRTPPayload * basepayload,
|
|||
|
||||
rtph264pay->update_caps = FALSE;
|
||||
|
||||
GST_DEBUG ("outcaps udpate: sprop-parameter-sets=%s",
|
||||
GST_DEBUG ("outcaps update: sprop-parameter-sets=%s",
|
||||
rtph264pay->sprop_parameter_sets);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue