mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
Updated copyright headers.
This commit is contained in:
parent
00637f3398
commit
32ef77738f
@ -1,3 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* FreeRDP: A Remote Desktop Protocol Implementation
|
||||||
|
* Video Redirection Virtual Channel - GStreamer Decoder X11 specifics
|
||||||
|
*
|
||||||
|
* (C) Copyright 2014 Thincast Technologies GmbH
|
||||||
|
* (C) Copyright 2014 Armin Novak <armin.novak@thincast.com>
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
@ -142,7 +142,7 @@ static GstBuffer *tsmf_get_buffer_from_data(const void *raw_data, gsize size)
|
|||||||
|
|
||||||
if (!data)
|
if (!data)
|
||||||
{
|
{
|
||||||
DEBUG_WARN("Could not allocate %d bytes of data.", size);
|
DEBUG_WARN("Could not allocate %"G_GSIZE_FORMAT" bytes of data.", size);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* FreeRDP: A Remote Desktop Protocol Implementation
|
||||||
|
* Video Redirection Virtual Channel - GStreamer Decoder
|
||||||
|
* platform specific functions
|
||||||
|
*
|
||||||
|
* (C) Copyright 2014 Thincast Technologies GmbH
|
||||||
|
* (C) Copyright 2014 Armin Novak <armin.novak@thincast.com>
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _TSMF_PLATFORM_H_
|
#ifndef _TSMF_PLATFORM_H_
|
||||||
#define _TSMF_PLATFORM_H_
|
#define _TSMF_PLATFORM_H_
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user