mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
rtmpsrc: Fix indentation with gst-indent
https://bugzilla.gnome.org/show_bug.cgi?id=755732
This commit is contained in:
parent
30d3db5bab
commit
30fa95c6e2
1 changed files with 2 additions and 2 deletions
|
@ -437,8 +437,8 @@ gst_rtmp_src_query (GstBaseSrc * basesrc, GstQuery * query)
|
|||
}
|
||||
case GST_QUERY_SCHEDULING:{
|
||||
gst_query_set_scheduling (query,
|
||||
GST_SCHEDULING_FLAG_SEQUENTIAL | GST_SCHEDULING_FLAG_BANDWIDTH_LIMITED,
|
||||
1, -1, 0);
|
||||
GST_SCHEDULING_FLAG_SEQUENTIAL |
|
||||
GST_SCHEDULING_FLAG_BANDWIDTH_LIMITED, 1, -1, 0);
|
||||
gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH);
|
||||
|
||||
ret = TRUE;
|
||||
|
|
Loading…
Reference in a new issue