mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
cacasink: minor cleanups for header.
Use G_BEGIN_DECLS macros, remove unused variables and fix typo. See #599018.
This commit is contained in:
parent
45042dffbc
commit
34a7a90f57
1 changed files with 3 additions and 11 deletions
|
@ -30,9 +30,7 @@
|
|||
# include <caca0.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GST_TYPE_CACASINK \
|
||||
(gst_cacasink_get_type())
|
||||
|
@ -51,9 +49,6 @@ typedef struct _GstCACASinkClass GstCACASinkClass;
|
|||
struct _GstCACASink {
|
||||
GstBaseSink parent;
|
||||
|
||||
GstPad *sinkpad;
|
||||
|
||||
gulong format;
|
||||
gint width, height;
|
||||
gint screen_width, screen_height;
|
||||
guint bpp;
|
||||
|
@ -72,9 +67,6 @@ struct _GstCACASinkClass {
|
|||
|
||||
GType gst_cacasink_get_type(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
#endif /* __GST_CACASINKE_H__ */
|
||||
#endif /* __GST_CACASINK_H__ */
|
||||
|
|
Loading…
Reference in a new issue