rtph264pay: avoid double buffer unmap on error
[platform/upstream/gstreamer.git] / gst / rtp / gstasteriskh263.h
index 0edc996..1c9523d 100644 (file)
@@ -13,8 +13,8 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #ifndef __GST_ASTERISK_H263_H__
@@ -56,6 +56,8 @@ struct _GstAsteriskh263Class
   GstElementClass parent_class;
 };
 
+GType gst_asteriskh263_get_type (void);
+
 gboolean gst_asteriskh263_plugin_init (GstPlugin * plugin);
 
 G_END_DECLS