gstreamer/gst-libs/gst/mpegts
Luis de Bethencourt f76d1a2514 mpegts: remove storage of never used values
Both _parse_atsc_mgt() and  _parse_atsc_vct () change the value of the variable
data just before returning. The new value is never used since data is a pointer
declared at the beginning of the function and going out of scope just after the
new value is stored.

https://bugzilla.gnome.org/show_bug.cgi?id=739404
2014-10-30 23:19:59 +00:00
..
.gitignore .gitignore: Update for new files to ignore 2013-08-14 13:59:27 +02:00
gst-atsc-section.c mpegts: remove storage of never used values 2014-10-30 23:19:59 +00:00
gst-atsc-section.h mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_ 2014-06-25 14:50:05 +02:00
gst-dvb-descriptor.c mpegts: No need to check for NULL before calling g_free() 2014-07-09 12:04:17 +02:00
gst-dvb-descriptor.h mpegts: fix typo in GstMpegtsExtendedEventDescriptor doc 2014-10-03 23:27:03 -03:00
gst-dvb-section.c mpegts: fix typos in comments 2014-10-07 13:11:13 +01:00
gst-dvb-section.h mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_ 2014-06-25 14:50:05 +02:00
gst-scte-section.h mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_ 2014-06-25 14:50:05 +02:00
gstmpegts-private.h mpegts: fix typos in comments 2014-10-07 13:11:13 +01:00
gstmpegtsdescriptor.c mpegts: Add parsing for CA descriptor (0x05) 2014-07-11 08:32:06 +02:00
gstmpegtsdescriptor.h mpegts: Add parsing for CA descriptor (0x05) 2014-07-11 08:32:06 +02:00
gstmpegtssection.c mpegts: fix typos in comments 2014-10-07 13:11:13 +01:00
gstmpegtssection.h mpegts: Add padding to public structures 2014-07-09 07:39:37 +02:00
Makefile.am mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_ 2014-06-25 14:50:05 +02:00
mpegts.h mpegts: fix typos in comments 2014-10-07 13:11:13 +01:00