Apply patch "valgrind is cool" 13384 from vishnu.

Original commit message from CVS:
Apply patch "valgrind is cool" 13384 from vishnu.
This commit is contained in:
Wim Taymans 2003-01-06 19:13:49 +00:00
parent 647fb99f5e
commit 5e574f1894

View file

@ -32,6 +32,7 @@ gst_mpeg_packetize_new (GstPad *pad, GstMPEGPacketizeType type)
new = g_malloc (sizeof (GstMPEGPacketize));
gst_object_ref (GST_OBJECT (pad));
new->resync = TRUE;
new->id = 0;
new->pad = pad;
new->bs = gst_bytestream_new (pad);