mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
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:
parent
647fb99f5e
commit
5e574f1894
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue