mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
dvbsrc: remove comment on self-explanatory code
This commit is contained in:
parent
46de31d0f8
commit
9e442d5cc0
1 changed files with 1 additions and 1 deletions
|
@ -1127,7 +1127,7 @@ gst_dvbsrc_set_pids (GstDvbSrc * dvbsrc, const gchar * pid_string)
|
|||
|
||||
g_strfreev (tmp);
|
||||
}
|
||||
/* if we are in playing or paused, then set filters now */
|
||||
|
||||
GST_INFO_OBJECT (dvbsrc, "checking if playing for setting PES filters");
|
||||
if (GST_ELEMENT (dvbsrc)->current_state == GST_STATE_PLAYING ||
|
||||
GST_ELEMENT (dvbsrc)->current_state == GST_STATE_PAUSED) {
|
||||
|
|
Loading…
Reference in a new issue