mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
spanplc: Fix typos
This commit is contained in:
parent
df551c0af4
commit
b872f84c96
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,8 @@ gst_span_plc_class_init (GstSpanPlcClass * klass)
|
|||
gstelement_class->change_state =
|
||||
GST_DEBUG_FUNCPTR (gst_span_plc_change_state);
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (gst_span_plc_debug, "spandlc",
|
||||
0, "spandlc's packet loss concealment");
|
||||
GST_DEBUG_CATEGORY_INIT (gst_span_plc_debug, "spanplc",
|
||||
0, "spanDSP's packet loss concealment");
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue