<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - bufferpool: Don't free GstBuffer if memory isn't writable"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=744303">744303</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>bufferpool: Don't free GstBuffer if memory isn't writable
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Platform
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>GStreamer
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>1.4.1
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>gstreamer (core)
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>gstreamer-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>kevinbing.song@gmail.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>gstreamer-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>GNOME version</th>
          <td>---
          </td>
        </tr></table>
      <p>
        <div>
        <pre>GstBuffer will be freed if memory isn't writable. The reason of the memory
can't writable is gst_buffer_copy_into() will increase the ref count of the
memory. The expect is reuse video buffer without free it. The buffer will
writable later. Do we have some general solution for it?

I have asked the question in gstreamer-dev mail list:
<a href="http://lists.freedesktop.org/archives/gstreamer-devel/2015-January/051137.html">http://lists.freedesktop.org/archives/gstreamer-devel/2015-January/051137.html</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>