mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
tests/examples/transition.c: remove some cruft from transition example
This commit is contained in:
parent
a025040ed6
commit
90038c1f94
1 changed files with 0 additions and 21 deletions
|
@ -25,27 +25,6 @@ typedef struct
|
||||||
char *name;
|
char *name;
|
||||||
} transition_type;
|
} transition_type;
|
||||||
|
|
||||||
transition_type transitions[] = {
|
|
||||||
{-1, "fade"},
|
|
||||||
{0, "wipe_ltr"},
|
|
||||||
{1, "wipe_ttb"},
|
|
||||||
};
|
|
||||||
|
|
||||||
#define N_TRANSITIONS 3
|
|
||||||
#define INVALID_TRANSITION -2
|
|
||||||
|
|
||||||
int
|
|
||||||
transition_for_name (char *name)
|
|
||||||
{
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
notify_max_duration_cb (GObject * object)
|
|
||||||
{
|
|
||||||
g_print ("got here\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
GESTimelineObject *
|
GESTimelineObject *
|
||||||
make_source (char *path, guint64 start, guint64 duration, gint priority)
|
make_source (char *path, guint64 start, guint64 duration, gint priority)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue