mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 10:38:27 +00:00
TestEgl: Removed redundant/unused code
https://bugzilla.gnome.org/show_bug.cgi?id=788550
This commit is contained in:
parent
5fa96cab7b
commit
fdf3b39dd4
1 changed files with 0 additions and 9 deletions
|
@ -967,15 +967,6 @@ handle_queued_objects (APP_STATE_T * state)
|
|||
if (!SYNC_BUFFERS) {
|
||||
object = NULL;
|
||||
}
|
||||
} else if (GST_IS_QUERY (object)) {
|
||||
GstQuery *query = GST_QUERY_CAST (object);
|
||||
GstStructure *s = (GstStructure *) gst_query_get_structure (query);
|
||||
|
||||
if (gst_structure_has_name (s, "not-used")) {
|
||||
g_assert_not_reached ();
|
||||
} else {
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
} else if (GST_IS_EVENT (object)) {
|
||||
GstEvent *event = GST_EVENT_CAST (object);
|
||||
g_print ("\nevent %p %s\n", event,
|
||||
|
|
Loading…
Reference in a new issue