mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
ac3depay: fix debug category description
This commit is contained in:
parent
e2f4fe8d3d
commit
97993d3119
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ gst_rtp_ac3_depay_class_init (GstRtpAC3DepayClass * klass)
|
||||||
gstbasertpdepayload_class->process = gst_rtp_ac3_depay_process;
|
gstbasertpdepayload_class->process = gst_rtp_ac3_depay_process;
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_INIT (rtpac3depay_debug, "rtpac3depay", 0,
|
GST_DEBUG_CATEGORY_INIT (rtpac3depay_debug, "rtpac3depay", 0,
|
||||||
"MPEG Audio RTP Depayloader");
|
"AC3 Audio RTP Depayloader");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue