<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
Le mardi 11 février 2014 à 04:43 -0800, MartinK a écrit :<BR>
<BLOCKQUOTE TYPE=CITE>
    How do I go about attaching a typefind element to the decryptor element so<BR>
    that decodebin2 can autoplug the rest of the pipeline? Or is there any other<BR>
    way of setting the caps on the decryptor src pad so decodebin2 can continue<BR>
    properly?<BR>
</BLOCKQUOTE>
<BR>
So far we have recommended using GstTypeFind API directly, e.g. using gst_type_find_helper_for_data() or gst_type_find_helper_for_buffer(). This will return you caps, and you can negotiate with these caps before sending the first decrypted buffers. Let us know if that solution works for you.<BR>
<BR>
cheers,<BR>
Nicolas
</BODY>
</HTML>