mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
various gst-indent
This commit is contained in:
parent
53851b0e73
commit
8a443f0a18
1 changed files with 9 additions and 8 deletions
|
@ -1298,8 +1298,8 @@ gst_vaapipostproc_set_caps (GstBaseTransform * trans, GstCaps * caps,
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
gst_vaapipostproc_query (GstBaseTransform * trans, GstPadDirection direction,
|
gst_vaapipostproc_query (GstBaseTransform * trans,
|
||||||
GstQuery * query)
|
GstPadDirection direction, GstQuery * query)
|
||||||
{
|
{
|
||||||
GstVaapiPostproc *const postproc = GST_VAAPIPOSTPROC (trans);
|
GstVaapiPostproc *const postproc = GST_VAAPIPOSTPROC (trans);
|
||||||
|
|
||||||
|
@ -1793,10 +1793,11 @@ typedef struct
|
||||||
} ColorBalanceChannel;
|
} ColorBalanceChannel;
|
||||||
|
|
||||||
ColorBalanceChannel cb_channels[] = {
|
ColorBalanceChannel cb_channels[] = {
|
||||||
{GST_VAAPI_FILTER_OP_HUE, "VA_FILTER_HUE"},
|
{
|
||||||
{GST_VAAPI_FILTER_OP_SATURATION, "VA_FILTER_SATURATION"},
|
GST_VAAPI_FILTER_OP_HUE, "VA_FILTER_HUE"}, {
|
||||||
{GST_VAAPI_FILTER_OP_BRIGHTNESS, "VA_FILTER_BRIGHTNESS"},
|
GST_VAAPI_FILTER_OP_SATURATION, "VA_FILTER_SATURATION"}, {
|
||||||
{GST_VAAPI_FILTER_OP_CONTRAST, "VA_FILTER_CONTRAST"},
|
GST_VAAPI_FILTER_OP_BRIGHTNESS, "VA_FILTER_BRIGHTNESS"}, {
|
||||||
|
GST_VAAPI_FILTER_OP_CONTRAST, "VA_FILTER_CONTRAST"},
|
||||||
};
|
};
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@ -1846,8 +1847,8 @@ gst_vaapipostproc_colorbalance_list_channels (GstColorBalance * balance)
|
||||||
}
|
}
|
||||||
|
|
||||||
static gfloat *
|
static gfloat *
|
||||||
cb_get_value_ptr (GstVaapiPostproc * postproc, GstColorBalanceChannel * channel,
|
cb_get_value_ptr (GstVaapiPostproc * postproc,
|
||||||
GstVaapiPostprocFlags * flags)
|
GstColorBalanceChannel * channel, GstVaapiPostprocFlags * flags)
|
||||||
{
|
{
|
||||||
guint i;
|
guint i;
|
||||||
gfloat *ret = NULL;
|
gfloat *ret = NULL;
|
||||||
|
|
Loading…
Reference in a new issue