mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
libs: vaapitexturemap: trivial code-style fix
This commit is contained in:
parent
be65508753
commit
5ff513ec27
1 changed files with 5 additions and 3 deletions
|
@ -35,10 +35,11 @@
|
|||
*
|
||||
* Base class for API-dependent texture map.
|
||||
*/
|
||||
struct _GstVaapiTextureMap {
|
||||
struct _GstVaapiTextureMap
|
||||
{
|
||||
GstObject parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
/*< private > */
|
||||
GHashTable *texture_map;
|
||||
};
|
||||
|
||||
|
@ -47,7 +48,8 @@ struct _GstVaapiTextureMap {
|
|||
*
|
||||
* Base class for API-dependent texture map.
|
||||
*/
|
||||
struct _GstVaapiTextureMapClass {
|
||||
struct _GstVaapiTextureMapClass
|
||||
{
|
||||
GstObjectClass parent_class;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue