mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
metadata: change 'q' back to 'jpegenc' (my keyboard hates me)
This commit is contained in:
parent
772f8f6a8a
commit
19789c65f7
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ test_tags (const gchar * tag_str)
|
|||
fail_unless (videotestsrc != NULL);
|
||||
g_object_set (G_OBJECT (videotestsrc), "num-buffers", 1, NULL);
|
||||
|
||||
jpegenc = gst_element_factory_make ("q", "enc");
|
||||
jpegenc = gst_element_factory_make ("jpegenc", "enc");
|
||||
if (jpegenc == NULL) {
|
||||
g_print ("Cannot test - jpegenc not available\n");
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue