mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
API anti-bork fix
Original commit message from CVS: API anti-bork fix
This commit is contained in:
parent
6446e509a5
commit
a1b3e700a8
2 changed files with 2 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 8579ce0ed656e0c512b37ff70bebd54cab4d4e7d
|
||||
Subproject commit 4dab76096cb84988dc2b6366cf5bd964fe5857d7
|
|
@ -315,7 +315,7 @@ gst_dvdec_loop (GstElement *element)
|
|||
trylist = gst_caps_normalize (trylist);
|
||||
|
||||
while (trylist) {
|
||||
GstCaps *to_try = gst_caps_copy_first (trylist);
|
||||
GstCaps *to_try = gst_caps_copy_1 (trylist);
|
||||
|
||||
/* try each format */
|
||||
if (gst_pad_try_set_caps (dvdec->videosrcpad, to_try)) {
|
||||
|
|
Loading…
Reference in a new issue