mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
urisourcebin: Remove trailing whitespace
https://bugzilla.gnome.org/show_bug.cgi?id=773341
This commit is contained in:
parent
22ccb687fa
commit
6dbfbead61
1 changed files with 2 additions and 2 deletions
|
@ -468,7 +468,7 @@ gst_uri_source_bin_class_init (GstURISourceBinClass * klass)
|
||||||
"Attempt download buffering when buffering network streams",
|
"Attempt download buffering when buffering network streams",
|
||||||
DEFAULT_DOWNLOAD, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
DEFAULT_DOWNLOAD, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstURISourceBin::use-buffering:
|
* GstURISourceBin::use-buffering:
|
||||||
*
|
*
|
||||||
* Perform buffering using a queue2 element, and emit BUFFERING
|
* Perform buffering using a queue2 element, and emit BUFFERING
|
||||||
|
@ -1277,7 +1277,7 @@ source_pad_event_probe (GstPad * pad, GstPadProbeInfo * info,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* called when we found a raw pad to expose. We set up a
|
/* called when we found a raw pad to expose. We set up a
|
||||||
* padprobe to detect EOS before exposing the pad.
|
* padprobe to detect EOS before exposing the pad.
|
||||||
* Called with LOCK held. */
|
* Called with LOCK held. */
|
||||||
static GstPad *
|
static GstPad *
|
||||||
create_output_pad (GstURISourceBin * urisrc, GstPad * pad)
|
create_output_pad (GstURISourceBin * urisrc, GstPad * pad)
|
||||||
|
|
Loading…
Reference in a new issue