mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
dvbsrc: use proper acronym for PID (Packet Identifier)
Drop formatting tab from message while at it.
This commit is contained in:
parent
c66f5080aa
commit
33893c5242
1 changed files with 1 additions and 1 deletions
|
@ -1117,7 +1117,7 @@ gst_dvbsrc_set_pids (GstDvbSrc * dvbsrc, const gchar * pid_string)
|
|||
while (*pids != NULL && pid_count < MAX_FILTERS) {
|
||||
pid = strtol (*pids, NULL, 0);
|
||||
if (pid > 1 && pid <= 8192) {
|
||||
GST_INFO_OBJECT (dvbsrc, "\tParsed Pid: %d", pid);
|
||||
GST_INFO_OBJECT (dvbsrc, "Parsed PID: %d", pid);
|
||||
dvbsrc->pids[pid_count] = pid;
|
||||
pid_count++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue