mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
schroenc: remove GST_ERROR statement that was committed by accident
This commit is contained in:
parent
3c8aabb97a
commit
86a8018119
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ gst_schro_enc_set_format (GstVideoEncoder * base_video_encoder,
|
|||
|
||||
profile = schro_encoder_setting_get_double (schro_enc->encoder, "profile");
|
||||
level = schro_encoder_setting_get_double (schro_enc->encoder, "level");
|
||||
GST_ERROR ("profile=%d, level=%d", profile, level);
|
||||
|
||||
out_caps = gst_caps_new_simple ("video/x-dirac",
|
||||
"profile", G_TYPE_STRING, get_profile_name (profile),
|
||||
"level", G_TYPE_STRING, get_level_name (level), NULL);
|
||||
|
|
Loading…
Reference in a new issue