Skip to content
Snippets Groups Projects
  1. May 31, 2021
  2. May 05, 2021
  3. Apr 20, 2021
  4. Mar 29, 2021
  5. Mar 19, 2021
  6. Mar 15, 2021
  7. Nov 04, 2020
  8. Nov 02, 2020
  9. Sep 08, 2020
  10. Sep 07, 2020
  11. Aug 24, 2020
  12. Aug 20, 2020
  13. Jul 29, 2020
    • Jordan Petridіs's avatar
      amrnbenc: remove global variables · 995a135d
      Jordan Petridіs authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
      gstcheck is declaring its own buffers glist which ends up
      overwritten, loks like the code meant to use that already
      
      gcc 10 is also complaining about this, but only on static
      builds for some reason
      
      ```
      FAILED: subprojects/gst-plugins-ugly/tests/check/elements_amrnbenc
      /usr/bin/ld: subprojects/gstreamer/libs/gst/check/libgstcheck-1.0.a(gstcheck.c.o):(.bss+0x38): multiple definition of `buffers'; subprojects/gst-plugins-ugly/tests/check/708af1f@@elements_amrnbenc@exe/elements_amrnbenc.c.o:(.bss+0x18): first defined here
      collect2: error: ld returned 1 exit status
      ```
      
      also remove unused var `current_buf`
      
      Part-of: <!62>
      995a135d
  14. Jul 27, 2020
  15. Jul 25, 2020
  16. Jul 24, 2020
  17. Jul 22, 2020
  18. Jul 21, 2020
  19. Jul 10, 2020
Loading