mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
libs/gst/base/gstbasesink.c: Remove unused signal enum.
Original commit message from CVS: * libs/gst/base/gstbasesink.c: Remove unused signal enum.
This commit is contained in:
parent
5fdec7328c
commit
1a87e450ee
2 changed files with 6 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-06-21 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* libs/gst/base/gstbasesink.c:
|
||||
Remove unused signal enum.
|
||||
|
||||
2007-06-21 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* docs/gst/gstreamer-sections.txt:
|
||||
|
|
|
@ -211,13 +211,7 @@ struct _GstBaseSinkPrivate
|
|||
#define UPDATE_RUNNING_AVG_P(avg,val) DO_RUNNING_AVG(avg,val,16)
|
||||
#define UPDATE_RUNNING_AVG_N(avg,val) DO_RUNNING_AVG(avg,val,4)
|
||||
|
||||
/* BaseSink signals and properties */
|
||||
enum
|
||||
{
|
||||
/* FILL ME */
|
||||
SIGNAL_HANDOFF,
|
||||
LAST_SIGNAL
|
||||
};
|
||||
/* BaseSink properties */
|
||||
|
||||
#define DEFAULT_SIZE 1024
|
||||
#define DEFAULT_CAN_ACTIVATE_PULL FALSE /* fixme: enable me */
|
||||
|
|
Loading…
Reference in a new issue