vrawdepay: fix parsing of sampling field

commit a12d9a80f2 broke the parsing of the
sampling.
This commit is contained in:
Wim Taymans 2009-06-02 19:30:30 +02:00
parent d9544bcc44
commit dabddb8126

View file

@ -142,7 +142,7 @@ gst_rtp_vraw_depay_setcaps (GstBaseRTPDepayload * depayload, GstCaps * caps)
if (gst_structure_get_string (structure, "interlace"))
goto interlaced;
if (gst_structure_get_string (structure, "sampling"))
if (!(str = gst_structure_get_string (structure, "sampling")))
goto no_sampling;
if (!strcmp (str, "RGB")) {