mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
encodebin: Fix build initializing sprof
This commit is contained in:
parent
c8ea302e57
commit
5fd3142b67
1 changed files with 1 additions and 1 deletions
|
@ -734,7 +734,7 @@ request_pad_for_stream (GstEncodeBin * encodebin, GType ptype,
|
|||
{
|
||||
StreamGroup *sgroup = NULL;
|
||||
GList *not_found_encoder_profs = NULL, *tmp;
|
||||
GstEncodingProfile *sprof;
|
||||
GstEncodingProfile *sprof = NULL;
|
||||
|
||||
GST_DEBUG_OBJECT (encodebin, "name:%s caps:%" GST_PTR_FORMAT, name, caps);
|
||||
|
||||
|
|
Loading…
Reference in a new issue