<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="generator" content="Osso Notes">
    <title></title></head>
<body>
<p>Hi,
<br>
<br>it appears the sources you attached to the message did not go through the moderation.. btw a few comments below.
<br>
<br>..snip..
<br>
<br>&gt; *//Possible problem*
<br>&gt; * **size = 352*288*(3/2);*
<br>&gt; * **buffer = gst_buffer_try_new_and_alloc (size);*
<br>
<br>is there a particular reason for allocating this from the application? The pipeline is usually handling buffer allocation/release automagically.
<br>
<br>&gt; * **if (buffer==NULL){*
<br>&gt; * **&nbsp; &#32;g_printerr("failed to allocate memory\n");*
<br>&gt; * **}*
<br>&gt; *//Possible problem *
<br>&gt; * **gst_buffer_set_caps (buffer,caps);*
<br>&gt;&nbsp; &#32;*//Set up the video encoding parameters*
<br>&gt; * **caps = gst_caps_new_simple ("video/x-raw-yuv",*
<br>&gt; * **"format", GST_TYPE_FOURCC, GST_MAKE_FOURCC ('I', '4', '2', '0'),*
<br>&gt; * **"width",&nbsp; &#32;G_TYPE_INT, 352,*
<br>&gt; * **"height", G_TYPE_INT, 288,*
<br>&gt; * **"framerate", GST_TYPE_FRACTION, 25, 1, NULL);*
<br>&gt; * **if ( !caps ) {*
<br>&gt; * **g_printerr("Failed to create caps\n");*
<br>&gt; * **return 0;*
<br>&gt; * **}*
<br>&gt;&nbsp; &#32;err = gst_element_link_filtered(filesrc, time, caps);
<br>
<br>what is the time element? It's possible caps are not propagated to the encoder if not directly connected to the filesrc.
<br>
<br>Moreover, I didn't catch where you're setting the blocksize property in your filesrc to "size".
<br>
<br>..Snip..
<br>
<br>&gt; There is something wrong or missing in this function? How can I make
<br>&gt; what I want to work?
<br>
<br>See my comments above ;)
<br>
<br>P.S. Maybe you could attach (or better copy to pastebin) the output when setting GST-DEBUG to 2 from the shell prior executing your binary.
<br>
<br>Regards
<br>
<br>
<br>&gt;
<br>&gt; Please, I need help.
<br>&gt;
<br>&gt; thanks for the previous answers and thanks in advance
<br><br></p>
</body>
</html>