Skip to content
Snippets Groups Projects
Commit 8a745529 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish: Committed by GStreamer Marge Bot
Browse files

mpeg2enc: remove unused streamwriter member 'buf'

parent 0c28c406
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,6 @@ GstMpeg2EncStreamWriter::GstMpeg2EncStreamWriter (GstPad * in_pad,
{
pad = in_pad;
gst_object_ref (pad);
buf = NULL;
}
GstMpeg2EncStreamWriter::~GstMpeg2EncStreamWriter ()
......
......@@ -39,7 +39,6 @@ class GstMpeg2EncStreamWriter : public ElemStrmWriter {
private:
GstPad *pad;
GstBuffer *buf;
};
#endif /* __GST_MPEG2ENCSTREAMWRITER_H__ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment