mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
api change
Original commit message from CVS: api change
This commit is contained in:
parent
9c3f6b3a86
commit
6c1c00f8c6
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ gst_avi_decoder_new_pad (GstElement *element, GstPad *pad, GstAviDecoder *avi_de
|
|||
pad = gst_element_get_pad (type, "src");
|
||||
caps = gst_pad_get_caps (pad);
|
||||
|
||||
if (gst_caps_check_compatibility (caps, targetcaps)) {
|
||||
if (gst_caps_is_always_compatible (caps, targetcaps)) {
|
||||
gst_element_add_ghost_pad (GST_ELEMENT (avi_decoder),
|
||||
gst_element_get_pad (type, "src"), gpadname);
|
||||
|
||||
|
|
Loading…
Reference in a new issue